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 open program enter pwd
Name: jdeblois Date: August 27, 2008 at 10:22:05 Pacific OS: xp CPU/Ram: any Product: any
Comment:
I have a batch file that opens several programs one of which requires two passwords, can I integrate these into the batch file so i dont have to type them in every time?
Name: Judago Date: August 29, 2008 at 06:16:16 Pacific
Reply:
I don't know of anyway of doing this with batch alone, but provided the windows either take focus in the same order and nothing interupts or they are always placed in the same position in the same order and nothing interupts it would be possible to use nircmd.
Nircmd is a small freeware command line tool you can use to set the curser position and send mouse clicks and keystrokes, amongst many other things.It can be used from a batch file and from the command line provided that it's executable is either in the current directory or a path directory.
Summary: I am trying to setup a batch file in XP that will open a stand-alone web browser and open a web file in the same directory. So far this is what I have: START BrowzarWinstyle1500.exe \Links.htm But th...
Summary: Hi, I use a batch file to open Internet Explorer to a Password protected page every morning when my computer starts. The screen I get looks just like this: http://www.islandwebservices.co.uk/... My us...
Summary: I am looking for a very simple program that will allow me to write BATCH files or Scripts on either Windows 98 or 2000. I am trying to find a way to pass parameters to programs. As an example...we ha...