How To Make a Batch File

Corey0808

Senior member
Sep 26, 2003
463
0
0
THanks.. but I don't want to apply them when I install right now I would like to just make a batch file that does it whenever I run it...
 

Schadenfroh

Elite Member
Mar 8, 2003
38,416
4
0
same principle, just make the bat file using the commands shown, then save it and run it at will
 

silverpig

Lifer
Jul 29, 2001
27,703
12
81
I'm no expert, but shouldn't it be as simple as opening a new .txt document, pasting

[Version]
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir="\i386\Update"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
Q330994.exe /Q:A /R:N
Q819696.exe /Q /O /N /Z
KB824146.exe /Q /O /N /Z
qchain.exe

in (after editing it to your liking) and then saving it as update.bat?