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.
XP batch file..suppress DOS window?
Name: djfox1 Date: September 21, 2006 at 09:02:22 Pacific OS: XP CPU/Ram: na Product: na
Comment:
Hello,
Wondering if any batch file gurus could clue me in on how one suppresses the DOS command window when a batch file executes? I have created a logoff batch file for my users to disconnect them from their network shares and log them off - the batch file works great. I used the "echo off" command to hide the batch commands as they execute within the DOS window, but I want the whole thing to run invisibly if possibe...no DOS window visible on the screen at all. Wishful thinking?
Summary: Hi. At our company, we have been using MS-DOS to create batch files to back up our data and upload the data to another PC offsite. Up until now, we did not have Windows XP. But now that we have it ...
Summary: Hello, I am attempting to modify a batch file to do the following. Take a CSV file where each field is enclosed in quotes and make it pipe-delimited. "," to | I also need to get rid of the first and...