Re[2]: 3.86.07: The system cannot find specified file

2006-11-24 Thread Stuart Cuddy
Hello MAU, Thursday, November 23, 2006, 9:46:05 AM, you wrote: M I still get this error every time I try, always. Doesn't it happen to M anyone else? M The second error (The Bat! integrity failed,..) hasn't occurred again M though. Sorry I have no problems here. -- Stuart

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

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 %temp%

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 them

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 case if

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, please

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

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