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.
.bat file for installing updates
Name: A Learner (by Learner Online) Date: July 24, 2005 at 09:12:40 Pacific OS: WINXP CPU/Ram: 3GHz/1GB
Comment:
Dear all
I want to make .bat file to install all the downloaded updates without restarting the computer. It is really frustrating to go to every folder and execute the update.exe file and restarting every time. Can any one tell me the commands to put in .bat file.
Name: Avengerman96 Date: July 25, 2005 at 13:02:58 Pacific
Reply:
Try this:
@echo off
echo Installing XP Update MS03-039... WindowsXP-KB824146-x86-ENU.exe -u -z -q
echo Installing XP Update MS04-024... WindowsXP-KB839645-x86-enu.exe /quiet /norestart
Save as .bat. Just substitute those file names for the ones you're using - along with saving them in the same folder as the .bat.
That's just a couple examples. Works for me. I run all the updates that way. If you can't get it to work, let me know and I can send you a copy of my .bat.
Summary: Anyone can help me . I want to have a bat file that has some random quotes in it and can output one to a txt file I can use for my email sig . How could I do it with a bat file ? Thank you for your h...
Summary: I was wondering if I can write two bat files to set an ip,gateway, and dns settings on a wifi card so I can have it on my ma's laptop. I need one bat file to set the wifi card to auto (DHCP) and the o...
Summary: Hi, I have an application running on a server. Once in a while the application hangs. Since the work is piled up we have to remote into the server to restart the application. Is there a way that I run...