Romeyrome
Running Scripts from a CD
Started by
Romeyrome
, Sep 18 2005 11:23 PM
#1
Posted 18 September 2005 - 11:23 PM
Romeyrome
#2
Posted 19 September 2005 - 12:37 PM
here are some dos commands you can type from a cmd window or place into a .bat file. the rem lines are comments for a .bat file.
rem create a folder on c: mkdir c:\john\cdtest rem copy a folder named abc from cd drive e: to c: xcopy /s e:\abc c:\john\cdtest rem verify that the abc folder was copied to c: dir c:\john\cdtest pause
Similar Topics
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users