[bug] Switching to other tab closes archive

English support forum

Moderators: white, Hacker, petermad, Stefan2

User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2wanderer
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!
User avatar
wanderer
Power Member
Power Member
Posts: 1578
Joined: 2003-03-28, 14:35 UTC
Location: Sol

Post by *wanderer »

SanskritFritz wrote:2wanderer
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...
- Wanderer -

¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3
x64: Clients/Servers from Win7 to Win11 and Win2K12Srv to Win2K22Srv, mainly Win10 though.
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

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!
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

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

Code: Select all

 %userprofile%\temp
%windir%\temp

if we are talking 'bout generics... :P


sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

if we are talking 'bout generics...
Hehe, i say %TEMP% then...
I switched to Linux, bye and thanks for all the fish!
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

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
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

:D
I switched to Linux, bye and thanks for all the fish!
User avatar
wanderer
Power Member
Power Member
Posts: 1578
Joined: 2003-03-28, 14:35 UTC
Location: Sol

Post by *wanderer »

Sheepdog wrote:what about

Code: Select all

 %userprofile%\temp
%windir%\temp

if we are talking 'bout generics... :P
sheepdog
:) Even better...
- Wanderer -

¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3
x64: Clients/Servers from Win7 to Win11 and Win2K12Srv to Win2K22Srv, mainly Win10 though.
Post Reply