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 enter password protec
Name: badger608 Date: June 26, 2008 at 08:07:35 Pacific OS: Windows XP CPU/Ram: P4 / 2GB Product: Dell
Comment:
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:
There is a command Answer 'Yes' to a standard Windows message-box. nircmd.exe dlg "" "" click yes. NIRCMD can be called / started from batch. Has some quite excellent features.
Summary: Hi guys i would like to create a batch file to change the date in multiple text files but am kind of lost, here is what i have: @ECHO OFF set SrcFolder=c:\test set DstFolder=C:\test1 for %%a in ("%Src...
Summary: Hi, I am in the current situation where I install lots of programs daily on mayn PC's. What needs to be done is, I need to install the following: jre-6u4-windows-i586-p.exe apache-tomcat-6.0.16.exe My...
Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it should return 3. ...