English support forum
Moderators: Hacker , petermad , Stefan2 , white
SanskritFritz
Power Member
Posts: 3693 Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary
Post
by *SanskritFritz » 2004-05-03, 13:09 UTC
2
wanderer
To be honest, I dont see the diference
But about the install drawback, you are right. I dont have the script in autostart, but in the starter script I launch manually after I log in.
I switched to Linux, bye and thanks for all the fish!
wanderer
Power Member
Posts: 1640 Joined: 2003-03-28, 14:35 UTC
Location: Sol
Post
by *wanderer » 2004-05-03, 14:51 UTC
SanskritFritz wrote: 2
wanderer
To be honest, I dont see the diference
Code: Select all
del "c:\Documents and Settings\SanskritFritz\Local Settings\Temp\*" /s /f /q
del "C:\Documents and Settings\%USERNAME%\Local Settings\Temp\*" /s /f /q
Is it more clear now?
Ok, it's just more generic in case of a multiuser environment...
- W a n d e r e r -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
SanskritFritz
Power Member
Posts: 3693 Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary
Post
by *SanskritFritz » 2004-05-03, 15:10 UTC
Ok, it's just more generic in case of a multiuser environment...
Oh, sorry now I see it. I only use one SanskritFritz account on my machine...
I switched to Linux, bye and thanks for all the fish!
Sheepdog
Power Member
Posts: 5150 Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:
Post
by *Sheepdog » 2004-05-03, 15:29 UTC
wanderer wrote: Code: Select all
del "c:\Documents and Settings\SanskritFritz\Local Settings\Temp\*" /s /f /q
del "C:\Documents and Settings\%USERNAME%\Local Settings\Temp\*" /s /f /q
Is it more clear now?
Ok, it's just more generic in case of a multiuser environment...
what about
if we are talking 'bout generics...
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
SanskritFritz
Power Member
Posts: 3693 Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary
Post
by *SanskritFritz » 2004-05-03, 15:39 UTC
if we are talking 'bout generics...
Hehe, i say %TEMP% then...
I switched to Linux, bye and thanks for all the fish!
Sheepdog
Power Member
Posts: 5150 Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:
Post
by *Sheepdog » 2004-05-03, 15:50 UTC
SanskritFritz wrote: if we are talking 'bout generics...
Hehe, i say %TEMP% then...
I did think about it but it surely does not include both directories ...
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
SanskritFritz
Power Member
Posts: 3693 Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary
Post
by *SanskritFritz » 2004-05-03, 16:05 UTC
I switched to Linux, bye and thanks for all the fish!
wanderer
Power Member
Posts: 1640 Joined: 2003-03-28, 14:35 UTC
Location: Sol
Post
by *wanderer » 2004-05-04, 11:33 UTC
Sheepdog wrote: what about
if we are talking 'bout generics...
sheepdog
Even better...
- W a n d e r e r -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.