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 Determine Exact OS
Name: anoopmitra Date: October 3, 2003 at 09:30:40 Pacific OS: WinXP CPU/Ram: P2 350 128
Comment:
Hi,
I need to write a batch file which will be able to run a .exe after determining the OS. Meaning I want to input lines so that the batch can check which OS and run the subsequent exe file. Please urgent help needed.
Summary: I am attempting to create a batch file that will automatically launch a dial up connection. I will eventually be using the script on Win 98 PC's but for now am testing it on Win 2000. I've tried comma...
Summary: I use the following batch file to clean my system. ----------------- @ECHO OFF START taskinfo kill persfw.exe START /W C:\Progra~1\Diskcl~1\DClean.exe -q:clean START /W c:\windows\scandskw.exe c: /ALL...