Here is a copy of one that works for you tom compare it to: @echo off setlocal set PATH=D:\Apps\HotFixes\2000 %PATH%\q276471_w2k_sp3_x86_en.exe -z -m %PATH%\q285156_w2k_sp3_x86_en.exe -z -m %PATH%\q285851_w2k_sp3_x86_en.exe -z -m %PATH%\q296185_w2k_sp3_x86_en.exe -z -m %PATH%\q298012_w2k_sp3_x86_en.exe -z -m %PATH%\q299553_w2k_sp3_x86_en.exe -z -m %PATH%\q299796_w2k_sp3_x86_en.exe -z -m %PATH%\q301625_w2k_sp3_x86_en0815.exe -z -m %PATH%\q302755_w2k_sp3_x86_en.exe -z -m %PATH%\q300972_w2k_sp3_x86_en.exe -z -m %PATH%\ALLq293826_w2k_sp3_x86_en.exe -z -m %PATH%\rbupdate.exe rem %PATH%\q299618.exe %PATH%\qchain.exe
Douglass W. Mehringer Network Administrator Stinson Mag & Fizzell, P.C. 100 South Fourth Street St. Louis, MO 63102 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> (314) 393-1404 (cell) (314) 259-4541(office) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 2:53 PM To: MSWinNT Discussions Subject: using qchain.exe to install multiple hotfixes I have a created a batch to install multiple hotfixes at once and according to Q296861, this should only require one reboot. My batch is the following: @echo off setlocal set PATHTOFIXES=C:\localpath %PATHTOFIXES%\q252795_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q276471_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q285156_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q285851_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q299553_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q299796_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\q302755_w2k_sp3_x86_en.exe -z -m %PATHTOFIXES%\qchain.exe I am still getting prompted to reboot after the first patch installs and am getting the windows messages to reboot. It is as if the -m switch is not being read. What is going on? Thanks in advance. James Gregg ------ You are subscribed as [EMAIL PROTECTED] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED] ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
