April 8, 200422 yr Author Aaron,First of all thanks for the reply.I'm sure I didn't make this clear. Sometimes I can't see the forrest for the trees.Any how this is where I'm at the moment:cmdow @ /HIDnet user aspnet /deleteshutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1minute..."RD /S /Q "%AllUsersProfile%\Start Menu\Programs\Java Web Start"DEL "%UserProfile%\Start Menu\Programs\Windows Media Player.lnk"DEL "%AllUsersProfile%\Start Menu\Programs\Windows Movie Maker.lnk"DEL "%AllUsersProfile%\Desktop\Java Web Start.lnk"DEL "%AllUsersProfile%\Start Menu\Programs\LaunchRA.lnk"RD /S /Q %systemdrive%\Drivers\RD /S /Q %systemdrive%\Install\EXITI also triedRMDIR /S /Q %systemdrive%\Drivers\RMDIR /S /Q %systemdrive%\Install\with the same resultsAt this point everything in "C:\Install" is deleted, but not the directory. I probably should leave well enough alone, but haven't the sense to.Can't remember if I tried this yet. Duh I have an advancing case of CRS.RD %systemdrive%\drivers\ /S /QRD %systemdrive%\install\ /S /QBasically the same thing as above???Thanks again maxXPsoft. You know, if I'm not careful, I might actually learn something.
April 8, 200422 yr I've already suggested this so, have you tried it yet? With the quotes?RD /S /Q "%systemdrive%\Drivers"RD /S /Q "%systemdrive%\Install"RMDIR /S /Q %systemdrive%\Drivers\RMDIR /S /Q %systemdrive%\Install\I have all four lines in my .cmd file so I don't know which ones worked. That's why I said earlier that one of them ought to work.And may I also suggest that you use cmdow @ /MIN instead of cmdow @ /HID? And also a "pause" at the very end of the batch file so at least, if the folder doesn't get deleted, you will see any error messages.
April 8, 200422 yr Duh I have an advancing case of CRS. lol that only kicks in on me at work for some reason.DarkBringer has a good idea but i completely removed the cmdow line and put at endpauseEXITand thats where I figured out what was going on with mine.
Create an account or sign in to comment