Tuesday, January 13, 2009

How to Delete Autocad .bak

Autocad bak File Detetion

Start
Run
Cmd
C:del /s /f /q *.bak
Enter

Autocad Error File Detetion
del /s /f /q acad.err
Del \*.tmp \*.bak /s /q /f >nul 2>&1

No comments:

Post a Comment