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 Script Command Help
Name: kil Date: December 5, 2008 at 14:22:37 Pacific OS: Windows XP CPU/Ram: 3.0 Product: Dell / OPTIPLEX
Comment:
I have a folder on a server share that contains a batch script and folders/files which I want users to execute directly from the share. The problem is that the xcopy command fails to copy files in the folder share to the local machine. However, it works fines when the entire folder is copied over to the desktop. Here is the command:
Name: IVO Date: December 6, 2008 at 03:38:39 Pacific
Reply:
Thought you run the batch from the shared folder, it executes on the local machine so you have to set the full path of the shared folder to be copied in the xcopy command, e.g. xcopy H:\updated C:\Windows\Mupdate\updated
and the MD command may be avoided as xcopy creates by itself he missing destination folder (add the /I switch for safety).
Summary: Hi I’m creating a login script, but having a little bit of trouble with this section. The login script isn’t very flashy, but works all the time, just a few net views..etc.etc.. I thought to stop ...
Summary: Ok, I have another similar problem. I have all these files in a folder with the same extension and I need a batch script that will go through one at a time, and upload each file to an ftp server and ...
Summary: Hi, I need some help with the batch file commands; I have an 'invoice' directory which will have files with below names. IMPORT_INVOICE_FILEfsbc.20080108.0500368 IMPORT_INVOICE_FILEcount.sbc.2008...