Re: Delete all temp files after using Voyager

2006-11-25 Thread Peter Meyns
Hi Thomas, on Sat, 25 Nov 2006 22:14:29 +0700GMT (25.11.2006, 16:14 +0100GMT here), you wrote: TF> On Sat, 25 Nov 2006 14:04:32 +0100 GMT (25/11/2006, 20:04 +0700 GMT), TF> Peter Meyns wrote: PM>> and put it in the Voyager folder. For exiting Voyager I created PM>> voyager_exit.bat in the root

Re: Delete all temp files after using Voyager

2006-11-25 Thread Thomas Fernandez
Hello Peter, On Sat, 25 Nov 2006 15:33:42 +0100 GMT (25/11/2006, 21:33 +0700 GMT), Peter Hampf wrote: TF>> Thanks. What's the /f switch for? PH> That's a switch to "/f"orce the removal. Ah, and if I don't "force" it, the command will be ignored? TF>> Do I have to add some "wait" command that w

Re: Delete all temp files after using Voyager

2006-11-25 Thread Thomas Fernandez
Hello Peter, On Sat, 25 Nov 2006 14:04:32 +0100 GMT (25/11/2006, 20:04 +0700 GMT), Peter Meyns wrote: PM> and put it in the Voyager folder. For exiting Voyager I created PM> voyager_exit.bat in the root of the USB drive containing this: PM> Voyager\voyager.exe /exit PM> regedit /S Voyager\voyag

Re: Delete all temp files after using Voyager

2006-11-25 Thread Peter Meyns
Hi Thomas, on Sat, 25 Nov 2006 07:04:21 +0700GMT (25.11.2006, 01:04 +0100GMT here), you wrote: TF> On Fri, 24 Nov 2006 21:06:35 +0100 GMT (25/11/2006, 03:06 +0700 GMT), TF> Peter Meyns wrote: TF> [...] PM>> | RD /S /Q C:\Temp PM>> | MD C:\Temp PM>> `- PM>> I would like to have this general

Re: Delete all temp files after using Voyager

2006-11-25 Thread Peter Meyns
Hi Alexander, on Sat, 25 Nov 2006 00:26:04 +0100GMT (25.11.2006, 00:26 +0100GMT here), you wrote: ASK> Hello Peter Meyns & everyone else, ASK> on 24-Nov-2006 at 21:06 you (Peter Meyns) wrote: >> What should I use for "C:\Documents and Settings\Peter\Local >> Settings"? I'm sure there's somethi

Re: Delete all temp files after using Voyager

2006-11-25 Thread Thomas Fernandez
Hello Peter, On Sat, 25 Nov 2006 10:39:22 +0100 GMT (25/11/2006, 16:39 +0700 GMT), Peter Hampf wrote: PH> Create a batch file with just this line and you are done: PH> reg delete "HKCU\Software\Rit\Voyager" /f >nul 2>&1 PH> The part ">nul 2>&1" is just to redirect any messages. Thanks. What's

Re: Delete all temp files after using Voyager

2006-11-24 Thread Rick Grunwald
Hello Peter, > Hi all, > I found that Voyager sometimes leaves traces on the host machine not > only in the registry, but also in the temp file of the current user. I > have a batch file, that removes all temp data on *my* computer. Here > it is: > ,- [ del_temp.bat ] I use the following: cd

Re: Delete all temp files after using Voyager

2006-11-24 Thread Thomas Fernandez
Hello Peter, On Sat, 25 Nov 2006 02:20:41 +0100 GMT (25/11/2006, 08:20 +0700 GMT), Peter Ouwehand wrote: TF>> Anyway. Do you know how to create a batch file that deletes the TF>> registry entry HKCU / Software / Rit / Voyager? This I would like to TF>> use. PO> Surf to: PO> http://www.microsoft

Re: Delete all temp files after using Voyager

2006-11-24 Thread Thomas Fernandez
Hello Peter, On Fri, 24 Nov 2006 21:06:35 +0100 GMT (25/11/2006, 03:06 +0700 GMT), Peter Meyns wrote: [...] PM> | RD /S /Q C:\Temp PM> | MD C:\Temp PM> `- PM> I would like to have this generalized, so that it works on any PM> computer that my Voyager is allowed to run on. If you succeed, pl

Re: Delete all temp files after using Voyager

2006-11-24 Thread Alexander S. Kunz
Hello Peter Hampf & everyone else, on 24-Nov-2006 at 23:40 you (Peter Hampf) wrote: > cd %temp% > cd .. > if not exist temp goto skip > {instructions to remove dir and files} > :skip > But even this isn't foolproof. What if there exists a FILE with the name > temp and not a directory? In that

Re: Delete all temp files after using Voyager

2006-11-24 Thread Alexander S. Kunz
Hello Peter Meyns & everyone else, on 24-Nov-2006 at 21:06 you (Peter Meyns) wrote: > What should I use for "C:\Documents and Settings\Peter\Local > Settings"? I'm sure there's something like %appdata. Open a CMD window and type "set" to see all variables that are defined on the system. Amongst

Re: Delete all temp files after using Voyager

2006-11-24 Thread Roelof Otten
Hallo Peter, On Fri, 24 Nov 2006 21:06:35 +0100GMT (24-11-2006, 21:06 , where I live), you wrote: PM> What should I use for "C:\Documents and Settings\Peter\Local PM> Settings"? I'm sure there's something like %appdata. Just use: cd %appdata% or as you want to reach the temp folder, use: cd %tem

Delete all temp files after using Voyager

2006-11-24 Thread Peter Meyns
Hi all, I found that Voyager sometimes leaves traces on the host machine not only in the registry, but also in the temp file of the current user. I have a batch file, that removes all temp data on *my* computer. Here it is: ,- [ del_temp.bat ] | @Echo off | RD /S /Q "C:\Documents and Settings