| Author |
Message |
Forum: Scripts Topic: Script for deleting all the temp files |
| a_clauss |
|
Posted: May 13th, 2005, 3:03 pm
|
|
Replies: 4 Views: 2085
|
Hallo Bernd
sind im Verzeichnis Dateien und Ordner oder die *.dat
Hello Bernd
are there only the *.dat or any other files and / or directories?
Andy |
|
 |
Forum: Support Topic: Replace multiple strings in multiple textfiles |
| a_clauss |
|
Posted: April 15th, 2005, 7:01 am
|
|
Replies: 3 Views: 551
|
| Good Morning I try to replace strings like %C3%BC which is the German ü in our weblogs. I have to admit that I don't understand how STRINGREPLACE is working especially the writing back the file to disk. I tried replacer.exe - this programm is only replacing %BC with ü although I provided the whole s... |
|
 |
Forum: Scripts Topic: Script for deleting all the temp files |
| a_clauss |
|
Posted: February 4th, 2005, 3:45 pm
|
|
Replies: 4 Views: 2085
|
overlooked this one
Thanks for the info - I will install it - My middle name is Paranoia
Andy |
|
 |
Forum: Scripts Topic: Script for deleting all the temp files |
| a_clauss |
|
Posted: February 4th, 2005, 12:35 pm
|
|
Replies: 4 Views: 2085
|
| Hello to everybody My first script - Non_german users should adjust the paths ;clears all (temp) files in the listed directories, except the one's which are in use dirs = %A_winDir%\Temp\*.*,%userprofile%\Lokale Einstellungen\Temp\*.*,C:\Temp\*.*,%userprofile%\Recent\*.lnk,%userprofile%\Cook... |
|
 |
Forum: Support Topic: Replacing if - else |
| a_clauss |
|
Posted: February 4th, 2005, 11:41 am
|
|
Replies: 2 Views: 850
|
| Hello I have still problems understanding AutoHotKey I tried to replace if A_Index = 1 X = %A_winDir%\Temp\*.* else if A_Index = 2 X = %userprofile%\Lokale Einstellungen\Temp\*.* with dirs = %A_winDir%\Temp\*.*,%userprofile%\Lokale Einstellungen\Temp\*.* and then Loop,parse,dirs,`, { Loop,%Dirs... |
|
 |
Forum: Support Topic: How to delete Directories in temp |
| a_clauss |
|
Posted: February 3rd, 2005, 8:40 pm
|
|
Replies: 4 Views: 825
|
I am thinking about combining the(se) script(s) with Barts PE http://nu2.nu/pebuilder/ - then we could run (i.e. clearing) scripts from a CD - Any suggesting are highly welcome - BTW if anybody wants to talk German with me - Das ist kein Problem
Andy |
|
 |
Forum: Support Topic: How to delete Directories in temp |
| a_clauss |
|
Posted: February 3rd, 2005, 8:34 pm
|
|
Replies: 4 Views: 825
|
| still without clearing the Internet (IE and Firefox cache) Loop,4 { if A_Index = 1 X = C:\Windows\Temp\*.* else if A_Index = 2 X = %userprofile%\Lokale Einstellungen\Temp\*.* else if A_Index = 3 X = C:\Temp\*.* else X = %userprofile%\Recent\*.lnk IfExist,%X% { Loop,%X%,1,1 FileSetAttrib,-H... |
|
 |
Forum: Support Topic: Path to Internet TEMP Files |
| a_clauss |
|
Posted: February 3rd, 2005, 2:53 pm
|
|
Replies: 3 Views: 673
|
| Hello to everyone Now, lets go to the second part of the "delete" script Is the any way to get the path of the Firefox and IE Cookies and History Folder? I found nothing in the registry or in the environment variables, however both browsers must store this info "somewhere", as both browsers allow to... |
|
 |
Forum: Support Topic: How to delete Directories in temp |
| a_clauss |
|
Posted: February 3rd, 2005, 2:14 pm
|
|
Replies: 4 Views: 825
|
| Hello Chris Thanks for the quick reply Now it looks much better Loop,3 { if A_Index = 1 X = C:\Windows\Temp\*.* else if A_Index = 2 X = %userprofile%\Lokale Einstellungen\Temp\*.* ;germany else X = C:\Temp\*.* IfExist,%X% { Loop,%X%,1,1 FileSetAttrib,-H-S-R,%X%,1,1 } { Loop,%X%,1... |
|
 |
Forum: Support Topic: How to delete Directories in temp |
| a_clauss |
|
Posted: February 3rd, 2005, 12:14 pm
|
|
Replies: 4 Views: 825
|
| Hi I am absolute new to this program - I tried to write a script which deletes all the temp stuff. It seems to work exept on directories, where undeletable files a stored. How can I delete just the empty subdirectories? If this is possible, the check for the maindir and the new creation could be eli... |
|
 |
| Sort by: |