cd = change directory.
--- commands:
cd "c:\Documents and Settings\yourname\my documents\"
copy *.* F:\flashdrive\backup
--
Something like that, quote addresses containing spaces, as I've done.
*.* copies all files, and file names. *.jpg copies all jpgs etc..
--
Note! use the dir command to display all the files within the current folder, very handy. TAB can complete folder names, so you don't have to type in all of it.
--- commands:
cd "c:\Documents and Settings\yourname\my documents\"
copy *.* F:\flashdrive\backup
--
Something like that, quote addresses containing spaces, as I've done.
*.* copies all files, and file names. *.jpg copies all jpgs etc..
--
Note! use the dir command to display all the files within the current folder, very handy. TAB can complete folder names, so you don't have to type in all of it.