sylvain Gmail wrote: > Hi > > I would like to format my disk with a .bat file during the post instllation. > > I have developing this script but there are some errors. Do you have a > > solution? > > @Echo off > > call format D: /FS:NTFS /V:temp /Q exit > > call format E: /FS:NTFS /V:appli /Q exit > > Thank's
Hmm. Not sure when you want to do this, I'm formatting D: etc. first with parted using fat32, then have todo.pl ".ignore-err 1 echo j|convert D: /FS:NTFS /X " in base.bat, so I can have e.g. the profiles dir(s) there. Or (if D: is empty at this time) I use todo.pl ".ignore-err 4 format D: /FS:NTFS /Q /X /Y " Best regards, Falko ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
