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 Help
Name: adam01 Date: September 6, 2007 at 12:19:36 Pacific OS: xp CPU/Ram: intel centrino dual Product: dell
Comment:
Hi, can you make a batch file request some code off a website?
could this help:
for /f "delims=" %%a in (http://www.site.com/file.txt) do set %%a
Summary: Hi all, I'm trying to use the xcopy command in a batch file and for some reason it wont work ;-/ this is what I have in the batch file xcopy "x:\Some Dir1\Sub Dir1\Sub Dir1\Sub Dir1\Dir1\Day-DD-MM-YYY...
Summary: I have a batch process that was working great for 6 months. recently I received a new FTP account and ever since the bat has had problems... here is the code: :: FTP ZIP file to the FTP server @echo o...
Summary: Hi - I was hoping to get help writing a batch file that will output a zip file of that days work. The catch is that the output file should have the date after the drive letter (i.e. H013003). I have a...