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 to open multiple dos pro
Name: bsuganth Date: June 4, 2008 at 01:27:37 Pacific OS: XP CPU/Ram: NA Product: NA
Comment:
Hi there, Can anyone help me with a batch file which opens the dos prompt multiple times? (prefereably the no. of windows to be opened is based on a user input)
:: OPN.BAT Usage: OPN Number_Of_Windows @echo off for /L %%i in (1 1 9) do if "%1"=="%%i" ( for /L %%j in (1 1 %1) do start "" cmd goto :EOF ) echo. Invalid number of windows: %1 pause :: End_Of_Batch
Summary: How would i be able to do a batch file to open multiple Internet Explorer windows pointing to different websites in XP? Im lost.....thanks :-) ...
Summary: jboy, Great. Thanks for the advice. So, back to my original question now, is there a way for a batch file to open an Internet Explorer window to run an ASP script, and have the batch file keep on runn...
Summary: I have verified that I can copy a file to a cdrw from the dos windows inside windows. but this is on another system with an iomega super dvd ide drive with hot burn pro installed. I was wondering if t...