Click here to Skip to main content
15,896,038 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI All,
Can anybody help me in finding the command to delete folder (having files inside).
Folder location is %userprofile%\AppData\LocalLow\Dictionary .

So i want to delete the Dictionary folder from all the existing users on the machine using batch file.

Thanking you in advance
Posted

1 solution

For the following:

MS-DOS 5.0 and above
Windows 95
Windows 98
Windows ME
Windows NT

You need the Delete Tree deltree command.

http://www.computerhope.com/deltree.htm[^]

For never versions of windows you need the Remove Directory rmdir command with the /s option.

http://www.computerhope.com/rmdirhlp.htm[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900