!BKUP.COM !This command file copies all new files from the working device to a back-up !device. The following two lines set up the global defaults for the entire !command file. !^1&DY0:& !^2&DY1:& ! ! example: ! .BKUP & DM0: ! would make the following command ! COPY/NEW/EX DY0:*.BAK DM0: ! The '&' was a place holder and indicated to use the default value. ! ! .BKUP ! would make the following command ! COPY/NEW/EX DY0:*.BAK DY1: ! ! .BKUP DM0: DM1: ! would make the following command ! COPY/NEW/EX DM0:*.BAK DM1: ! COPY/NEW/EX ^1*.BAK ^2