We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2007-02-13 05:46 PM
2007-02-13 06:01 PM
2007-02-13 06:08 PM
2007-02-20 05:03 PM
2007-02-21 08:37 AM
2007-02-26 06:05 PM
Laura wrote:Sorry this is so late. I was out of the office quite a bit last week.
Bravo Jay! Mind sharing the gist of your "Delete_AC_Temp_Files.bat" file?
@echo off echo > > > > > > > W A R N I N G < < < < < < < eCHO echo Save your work environment to your desktop before continuing! echo pause REM This line deleted files from the current user's default temp folder rd /s/q "%USERPROFILE%\LOCAL SETTINGS\Temp" REM This line deletes files from the user's ArchiCAD cache folder rd /s /q "%USERPROFILE%\Local Settings\Application Data\Graphisoft" REM This line deletes files from the user's ArchiCAD cache folder del /f /q "%USERPROFILE%\Application Data\Graphisoft\*.prf" del /f /q "%USERPROFILE%\Application Data\Graphisoft\*.xml" REM These lines delete windows temp stuff rd %temp% /s /q md %temp% rd /s /q "c:\windows\Temp" md "c:\windows\Temp"
2007-02-26 06:29 PM
2007-04-09 11:47 PM
2007-04-23 11:18 PM
2007-04-24 05:32 AM