Jump to content

amdxborg

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About amdxborg

  • Birthday 12/17/1980

Contact Methods

  • Website URL
    http://www.teamanandtech.net

amdxborg's Achievements

0

Reputation

  1. Good luck mate! Hope you bring us some awesome stuff!
  2. Well I took the easy way out and just added everything in a bat file...oh and it worked! Thanx for everyone's stuff I used and for the help, it all really helped me a lot!!! Win2k SP4 + Hotfixes CLS @echo off ECHO Installing Win2k SP4... ECHO Please Wait... CD SP4 for %%i in (*.exe) do start /wait %%i -u -f -n -o -z -q ECHO Done. ECHO Installing All Win2k Post-SP4 Hotfixes... ECHO Please Wait... CD.. CD Hotfixes1 for %%i in (*.exe) do start /wait %%i -u -f -o -z -q -m ECHO Done. ECHO Installing All Win2k Post-SP4 Cumulative patches... ECHO Please Wait... CD.. CD Hotfixes2 for %%i in (*.exe) do start /wait %%i /Q:A /R:N ECHO Done. ECHO Installing All Win2k Post-SP4 Extra patches... ECHO Please Wait... CD.. CD Hotfixes3 for %%i in (*.exe) do start /wait %%i /C:"dahotfix /q /n" /Q ECHO Done. EXIT WinXP SP2 + Hotfixes CLS @echo off ECHO Installing WinXP SP2... ECHO Please Wait... CD SP2 for %%i in (*.exe) do start /wait %%i /quiet /n /o /f /norestart ECHO Done. ECHO Installing All Post-SP2 Hotfixes... ECHO Please Wait... CD.. CD Hotfixes1 for %%i in (*.exe) do start /wait %%i -u -f -o -z -q -m ECHO Done. ECHO Installing All Post-SP2 Cumulative patches... ECHO Please Wait... CD.. CD Hotfixes2 for %%i in (*.exe) do start /wait %%i /Q:A /R:N ECHO Done. ECHO Installing All Post-SP2 Extra patches... ECHO Please Wait... CD.. CD Hotfixes3 for %%i in (*.exe) do start /wait %%i /C:"dahotfix /q /n" /Q ECHO Done. EXIT
  3. I will do! Thank you all very much for your help!
  4. Thanx guys! and Yeah prathapml, that's what I'm talking about.
  5. Hi all! I must say I think this forum is awesome! Anyway, I've been looking and searching in here for a way to: Combine something like Win2k sp4 with all the hotfixes released after sp 4 as well as combine WinXP sp2 with all the hotfixes released after sp2. So far I've only found ways to slipstream the service packs with the hotfixes into the Windows install. Is there something that I could use to slipstream only the service packs and hotfixes to use on allready installed Windows systems? Thanx!
×
×
  • Create New...