Hi,

i still have a big problem with formatting some partitions after windows is set up.

The goal is that all programs are installed onto D:
I run this script in the beginning but it doesnt do what i want.

--
z:
cd \
cd bin
format d: /fs:NTFS /v:applications /q /y
sleep.exe 120
format e: /fs:NTFS /v:temp /q /y
--

sleep.exe is in the bin folder so it should find it?
The weird thing is that the windows box runs the script, but loops everything from line 1 to line 4. Its not trying to run anything behind line 4.


Any ideas?

Thanks,

Christian Skalic


------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to