![]() |
|
|
|||||||
| Petri.co.il is happy to award auglan the title of Most Valuable Member !!! |
| Register | Calendar |
Search |
Today's Posts |
Mark Forums Read |
| Notices |
|
|
removing 3ds max temp files using GPOthis thread has 2 replies and has been viewed 660 times
|
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||||||||
|
||||||||||
|
Hi all,
As a start i was reading this post: (Script to delete Windows temp files via Scheduled Tasks) and i like it and i want to do some more removes because i'm using 3dsmax on about 60 machine, and i need to remove the the program temp files too. My batch file code is, Code:
echo off rd /s /q C:\Users\%username%\AppData\Local\Temp c:\>cd c:\Users\%username%\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\temp rd /s /q C:\Users\%username%\AppData\Local\Autodesk\3dsMax\2011 - 64bit\enu\temp rd /s /q C:\%Windir%\Temp Last edited by Rems; 23rd September 2012 at 14:05.. |
|
#2
|
||||||||||
|
||||||||||
|
Moved to scripting forum for better response
__________________
Tom Jones MCT, MCSE (2000:Security & 2003), MCSA:Security & Messaging, MCDBA, MCDST, MCITP(EA, EMA, SA, EDA, ES, CS), MCTS, MCP, Sec+ PhD, MSc, FIAP, MIITT IT Trainer / Consultant Ossian Ltd Scotland ** Remember to give credit where credit is due and leave reputation points where appropriate ** |
|
#3
|
||||||||||
|
||||||||||
|
If the path contains embedded spaces, enclose it in quotation marks ["]
"%LOCALAPPDATA%\Autodesk\3dsMax\2011 - 64bit\enu\temp" /Rems
__________________
This posting is provided "AS IS" with no warranties, and confers no rights. __________________ ** Remember to give credit where credit's due ** and leave Reputation Points for meaningful posts |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why to delete temp files? | charlsteve | Windows 2000 Pro, XP Pro | 3 | 11th February 2009 13:53 |
| Temp Files | janetb | Windows 2000 Pro, XP Pro | 11 | 9th April 2008 22:25 |
| Script to delete all windows temp files help | Matt_Cline | General Scripting | 4 | 25th January 2008 20:11 |
| Deleting Temp Files in User Profiles with VBS | Lan | General Scripting | 30 | 9th November 2007 16:54 |
| 38948Kb DSTxx.Temp files in Winnt Temp Directory | SteveR | Exchange 2000 / 2003 | 4 | 21st December 2006 14:00 |