|
| ||||||||||
| Tags: delete folders, erase file, windows, windows cmd |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Delete specified folders through windows CMD
Code: for /d %%a in (%1) do if /I not %%a == %2 rmdir /s /q %%a Thanks in Advance |
|
#2
| ||||
| ||||
| Re: Delete specified folders through windows CMD Quote:
HKLM\...\RunOnceEx (ROE) waits for executions to finish, then HKLM\...\RunOnce starts and waits for executions, then HKLM\...\Run starts it's executions, then the desktop loads with the start of HKCU\...\RunOnce (GRO) executions along with the startup folders. |
|
#3
| |||
| |||
| Re: Delete specified folders through windows CMD
You may run cleanup.cmd here i will provide you the code for CMD: Code: cmdow @ /HID psshutdown.exe -r -f -t 30 -c "Cleaning installation; XP will restart in 30 seconds..." net user aspnet /delete FOR %%? IN (log tmp) DO (DEL/A/S/F/Q "%SYSTEMROOT%\*.%%?") DEL "%AllUsersProfile%\Start Menu\Microsoft Update.lnk" DEL "%AllUsersProfile%\Start Menu\Programs\Internet Explorer.lnk" DEL "%UserProfile%\Start Menu\Programs\Internet Explorer.lnk DEL "%UserProfile%\Local Settings\Temp\*.*" RD /S /Q %UserProfile%\My Documents\ RD /S /Q %AllUsersProfile%\Documents\ RD /S /Q %systemdrive%\Install\ RD /S /Q %systemdrive%\dot20\ EXIT |
|
#4
| |||
| |||
| Re: Delete specified folders through windows CMD
With Cmd.exe or with Command.com or by clicking Command Prompt - or some other way? Are you using the Dir command? With what switches? Have you dealt with any Attributes (Hidden,System)? |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Delete specified folders through windows CMD" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows 7: Unable to Delete documents or file folders | jpmlists | Windows Software | 2 | 30-08-2011 08:47 PM |
| Delete Folders in Windows Media Center library | longevity | Vista Help | 2 | 16-03-2011 10:25 AM |
| BulletProof cannot delete some folders | unknown212 | Windows Software | 2 | 23-04-2009 10:50 PM |
| delete the folders windows downloaded installations and service pack files ? | prash_mate | Windows XP Support | 3 | 05-11-2008 03:06 AM |
| OK To Delete $NtUninstall... Folders? | Shel | Windows Update | 6 | 13-07-2006 06:12 AM |