Jump to content

Recommended Posts

Posted

Hi my friends

I have full Unattended CD and it dont't have any errors

but there is one proplem

when my cd finished install windows and applicatons

it will be romove these folders

install and drivers

becouse i write these batch

RD /S /Q %systemdrive%\drivers\

RD /S /Q %systemdrive%\install\

but the problem now

when 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 GB

and the cd do restart for my pc in 1 minutes

how can i do for delete this folder quickly


Posted

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::

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...