Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
batch file
Name: relish Date: November 18, 2004 at 03:24:30 Pacific OS: XP Pro CPU/Ram: 2.4 Mhz 3/4Gb
Comment:
Hi I'm trying to get a batch file to run which will copy a users files from their "my doc's" folder to their home directory on the network "H:". I don't want to copy the complete "doc's and settings" folder as its too large and could copy other peoples files that they don't need. I've been trying this line: xCOPY "C:\Documents and Settings\%user%\My Documents" "H:\laptop files\" /Y /D /E Any ideas or help gratefully received
Summary: I need help with writing a batch file that returns an error code to another application (app1). My batch file is called by another application, when my batch file runs, it calls a VBS Script. This scr...
Summary: Hi i have made a batch file which installs a bit of software and then runs it. i need a command which after the first line of the batchfile has been run it waits 20 seconds and then the second line ru...