muslim Posted November 12, 2004 Posted November 12, 2004 Hi my friendsI have full Unattended CD and it dont't have any errorsbut there is one proplemwhen my cd finished install windows and applicatonsit will be romove these foldersinstall and driversbecouse i write these batchRD /S /Q %systemdrive%\drivers\RD /S /Q %systemdrive%\install\but the problem nowwhen windows is opening i found the folder drivers was delete but i found the folders install nor delete i expalin that the folder install it size is 1.2 GBand the cd do restart for my pc in 1 minuteshow can i do for delete this folder quickly
Alanoll Posted November 13, 2004 Posted November 13, 2004 rd /s /q is the QUICKEST way. You have to make time for the deletion. Either make the countdown longer, or move your batch file outside of your install folder (perhaps to %systemdrive%) then delete the folders, then call the shutdown command, then delete the batch file itself.THAT"S IT. AS I SAID YOU YOUR PREVIOUS THREAD.::Double Post::
Recommended Posts