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.
Multiple CMD Files launched from 1
Name: tcpc Date: August 22, 2007 at 11:15:19 Pacific OS: XP CPU/Ram: 2G/2G Product: IBM
Comment:
Okay, it has been some time boys and girls since I have been around, but I'm back and the devs have me looking for a way to execute multiple .cmd files from a single .cmd file. Here's the tricky part; each one runs its own course and must have its own command window open. So... any thoughts from my old stomping grounds?
Summary: Yes, you can use a batch (or CMD) file to do that by using the first method you have there. You can get the current working directory from the variable %CD%, so your example: @echo off set CASPath=...
Summary: When running a .cmd file in xp, how can I keep the ugly dos box from appearing (or at least keep it minimize while task isn't over)? This is one of the cmd file that gets the property windows, Should ...
Summary: Hi Im trying to write a batch file that will copy text from one file to another. How do I write this? Also when it goes into the second it needs to be preceded with "127.0.0.1 [Tab]". Can this be done...