| 1. |
Solve : Create a batch file with a prompt? |
|
Answer» I need help creating a batch FILE that will make a person press Y for yes and then go on with the batch file or press N for no and terminate the batch file. What I am wanting to do is create a file that will copy the data from one directory on one drive and paste it to a directory on another drive. It is very important that the program is closed before they run the batch file, that why I want it to prompt them first. Any Ideas? I apericate any help. Oh I can't spell EITHER so ignore the typos.With Win9x and real DOS, you have the program Choice which will allow you to make a batch file with INTERACTIVE commands. |
|