Julien TOUCHE wrote:

i use this (you need sed for windows in %Z%\bin or elsewhere) === :: OPTIONAL: Install Recovery Console @echo off

%Z%\os\%WINVER%\i386\winnt32.exe /cmdcons /unattend

rem wait to modify c:\boot.ini
attrib -S -H -R %systemdrive%\boot.ini
type %systemdrive%\boot.ini | sed 's/timeout=30/timeout=3/' > %systemdrive%\boot.init.new
move /Y %systemdrive%\boot.init.new %systemdrive%\boot.ini
attrib +R +A +S +H %systemdrive%\boot.ini
===




I tested this today and it worked fine. Thanks!

Regards
Gerhard



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to