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 Help
Name: revolver Date: March 1, 2005 at 08:45:14 Pacific OS: Win XP Pro CPU/Ram: P4
Comment:
I'm trying to create a batch file that will run another batch file and then take the file that the other batch file created, move it to a mapped drive and timestamp it. It works up untill the point were it has to move it and then I get 'c:\dump-itos.dmp was unexpected at this time'
Here's what I have so far
@ECHO OFF set dumppass=stuff call c:\dbexportdump.cmd %dumppass% cd c:\ move dump-itos.dmp z:\backup ren z:\backup\dump-itos.dmp%date% exit
Summary: I created a batch file to delete the profile data of our companies propriatary application. The issue we have is that the profile for some users becomes corrupt so for a work around I attempted to cre...
Summary: Hi there This forum has been a real help, I had to create a really complicated batch file that would search for and add specific lines of text within the firewall.ini of Blackice on W2K and XP machine...
Summary: Hi Guys, I need a batch file that collects two variables from the user. productcode and linenumber this then should be compiled as follows productcode_linenumber.log e.g 12345_1234.log I then need the...