> - After the partitioning, I've found it asks whether it should really > format the disk. I always thought format.exe had a /y option for no > longer asking, but I guess I was wrong (I tried with the format.exe > supplied with unattended as well as with Windows 2000's version; > neither had that option). Is there another way, using the Perl script, > to tell it to go ahead? as of (freedos)format.exe version 0.85 the following command line will work without further user interaction: format /y /q /v: c: -- Herbert Hinkelstein <[EMAIL PROTECTED]>
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
