Tomasz Chmielewski a �crit :
Any clue how to do it?

it has been discussed before (search the archives):

i use the following scripts when installing on a pristine win system

=== alone/do_unattended.bat
:: Standalone install via unattended
@echo off

md c:\netinst > nul
md c:\netinst\logs > nul

set Z=z:
set Z_PATH=\\ntinstall\install
set Z_PASS=xxx

rem avoid error if script on the file
echo. > c:\netinst\unattend.txt

if not exist c:\netinst\mapznrun.bat (
        copy %Z_PATH%\bin\mapznrun.bat c:\netinst\
)
if not exist c:\netinst\postinst.bat (
        copy %Z_PATH%\scripts\tj\alone\postinst.bat c:\netinst\
)
if not exist c:\netinst\permcred.bat (
        copy %Z_PATH%\scripts\tj\alone\permcred.bat c:\netinst\
)
if not exist c:\netinst\tempcred.bat (
        copy %Z_PATH%\scripts\tj\alone\tempcred.bat c:\netinst\
)

c:\netinst\mapznrun.bat c:\netinst\postinst.bat
====
postinst.bat has the same form has classical unattended install (lists of unattended scripts to launch)
same for permcred.bat/tempcred.bat


else

you can mount z: and next launch todo.pl with desired scripts if activeperl is already install
%Z%\bin\todo.pl %Z%\scripts\path\myscript.bat
%Z%\bin\todo.pl --go



Regards

                Julien


------------------------------------------------------- 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_idU88&alloc_id065&op=click _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to