Jump to content


Autopatcher switches?


  • You cannot reply to this topic
No replies to this topic

#1 komsboy_more

    Member

  • Members
  • PipPip
  • 12 posts

Posted 25 September 2008 - 10:17 AM

hi guys i have problem with running autopatcher in automated mode ...
i created a batch file :
---------------------------------------------------------------
--
--cmdow @ /HID
--@echo off
--
--FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\WIN511 SET CDROM=%%i:
--
--start /wait %cdrom%\Install\AutopatcherXP\autopatcher.exe /english /noreboot /nolicense /nocrashhandler /unattend /answerfile:%cdrom%\Install\AutopatcherXP\Recommended-Install-Windows-XP-SP3.aaf
--
--exit
--
---------------------------------------------------------------

now i want t use it without "FOR ...." line . i edited to run the batch file from the directory that autopatcher.exe is there :

---------------------------------------------------------------
--
--cmdow @ /HID
--@echo off
--
--start /wait autopatcher.exe /english /noreboot /nolicense /nocrashhandler /unattend /answerfile:Recommended-Install-Windows-XP-SP3.aaf
--
--exit
--
---------------------------------------------------------------

my problem is that the autopatcher run in auto mode ... but don't read the answer file .... it seems that it need direct address.

any idea to resolve this ...?

tnx alot

Edited by komsboy_more, 25 September 2008 - 06:54 PM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users