←  AutoPatcher Feature Requests

AutoPatcher Forum

»

Autopatcher switches?

komsboy_more's Photo komsboy_more 25 Sep 2008

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.
Quote