Re: [Unattended] formatting partitions

2005-04-01 Thread Mario Gzuk
Hi, have you tried to do it in this way: todo.pl "start /wait format e: /fs:NTFS /v:temp /q /y" todo.pl "%z%\bin\sleep.exe 120" todo.pl "start /wait format d: /fs:NTFS /v:applications /q /y" greetings Am Freitag, den 01.04.2005, 14:02 +0200 schrieb Christian Skalic: > Hi, > > i still have a b

[Unattended] formatting partitions

2005-04-01 Thread Christian Skalic
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