| 1. |
Solve : Someone can help me? Urgent..? |
|
Answer» Create a batch file that will copy all exe files in C:\Windows into a C drive directory specified by user in the command line and then print the directory’s contents into C:\Dir.txt. You should write commands to check whether the specified directory appears. If the specified directory does not appear, create a new directory with the specified name before copying C:\Windows exe files into the directory else just directly start with the copy process... Create a batch file that will copy all exe files in C:\Windows into a C drive directory specified by user in the command line and then print the directory’s contents into C:\Dir.txt. You should write commands to check whether the specified directory appears. If the specified directory does not appear, create a new directory with the specified name before copying C:\Windows exe files into the directory else just directly start with the copy process... i will help you. On the command prompt, type move /? mkdir /? dir /? if /? for /? copy /? |
|