Re: Voyager and the registry

2006-08-25 Thread Peter Meyns
Hi Thomas, on Fri, 25 Aug 2006 19:39:57 +0700GMT, you wrote: [confused] I'll try to be more precise. You can have a BAT file in your root directory to start Voyager. It needs only one line: Voyager\voyager.exe (I assume voyager.exe sits in a directory named Voyager, as it does here. It is impo

Re: Voyager and the registry

2006-08-25 Thread Thomas Fernandez
Hello Peter, On Fri, 25 Aug 2006 09:23:38 +0200 GMT (25/08/2006, 14:23 +0700 GMT), Peter Meyns wrote: TF>> The batch file would then be on the stick and I'd click on it instead TF>> of the voyager.exe when I want to start working on other people's TF>> computers, right? PM> Not quite. I start Vo

Re: Voyager and the registry

2006-08-25 Thread Peter Meyns
Hi Thomas, on Fri, 25 Aug 2006 09:15:28 +0700GMT, you wrote: TF> Guys, can you post the complete batch file here again? There are TF> fragments all over the thread, it's a bit confusing. TF> The batch file would then be on the stick and I'd click on it instead TF> of the voyager.exe when I want

Re: Voyager and the registry

2006-08-24 Thread Thomas Fernandez
Hello Peter, On Thu, 24 Aug 2006 18:16:32 +0200 GMT (24/08/2006, 23:16 +0700 GMT), Peter Meyns wrote: RO>> voyager /exit RO>> and started that from voyager's programdir. PM> That's what I was looking for! I combined it with the registry PM> cleaning and it works perfectly. Thanks a lot Roelof! :

Re: Voyager and the registry

2006-08-24 Thread Peter Meyns
Hi Peter, on Thu, 24 Aug 2006 18:38:24 +0200GMT, you wrote: PM>> I tried this, but it doesn't work. PH> /.../ PM>> OS: Windows 2000, v.5.0,Build 2195 PH> Oh ... maybe "reg.exe" is not part of Windows 2000?! PH> At least since Win XP it is located in %windir%\system32. If it is missing PH> at yo

Re: Voyager and the registry

2006-08-24 Thread Peter Meyns
Hi Roelof, on Thu, 24 Aug 2006 17:55:45 +0200GMT, you wrote: PM>> BTW, is there a way to close Voyager with a batch file? RO> As you can close TB by running the executable with the /exit RO> parameter, I tried that with voyager and afterwards in a batch file RO> and it works just fine. RO> I use

Re: Voyager and the registry

2006-08-24 Thread Roelof Otten
Hallo Peter, On Thu, 24 Aug 2006 14:49:31 +0200GMT (24-8-2006, 14:49 , where I live), you wrote: PM> BTW, is there a way to close Voyager with a batch file? As you can close TB by running the executable with the /exit parameter, I tried that with voyager and afterwards in a batch file and it wor

Re: Voyager and the registry

2006-08-24 Thread Peter Meyns
Hi Peter, on Thu, 24 Aug 2006 15:10:52 +0200GMT (24.08.2006, 15:10 +0200GMT here), Peter Hampf wrote: >>> ,- [ voyager_key_ex.reg ] >>> | REGEDIT4 >>> | >>> | [-HKEY_CURRENT_USER\Software\RIT\Voyager] >>> `- PH> /.../ V>> Create a .bat file, content: V>> regedit /s voyager_key_ex.reg P

Re[2]: Voyager and the registry

2006-08-24 Thread Vili
Hello Thomas, >>> This will probably work (not tested). V>> It DOES work :) I dont sent untested stuff here, to professionals :)) > I didn't doubt that! :-) > But my point was that Voyager should do that, without the necessity of > a batch file. Oh, I see. Agree. -- Vili _

Re: Voyager and the registry

2006-08-24 Thread Leif Gregory
Hello Peter, Thursday, August 24, 2006, 7:10:52 AM, you wrote: > Why not simply create ONE file (v_del.bat) with this content: > reg delete "HKCU\Software\Rit\Voyager" /f >nul 2>&1 > There is no need for a .reg file to be imported by regedit. Never tried that syntax. I'll give it a shot. Than

Re: Voyager and the registry

2006-08-24 Thread Thomas Fernandez
Hello Vili, On Thu, 24 Aug 2006 09:00:16 -0400 GMT (24/08/2006, 20:00 +0700 GMT), Vili wrote: >> This will probably work (not tested). V> It DOES work :) I dont sent untested stuff here, to professionals :)) I didn't doubt that! :-) But my point was that Voyager should do that, without the nec

Re[3]: Voyager and the registry

2006-08-24 Thread Vili
Hello Peter, >>> ,- [ voyager_key_ex.reg ] >>> | REGEDIT4 >>> | >>> | [-HKEY_CURRENT_USER\Software\RIT\Voyager] >>> `- > /.../ V>> Create a .bat file, content: V>> regedit /s voyager_key_ex.reg > Why not simply create ONE file (v_del.bat) with this content: > reg delete "HKCU\Software

Re[2]: Voyager and the registry

2006-08-24 Thread Vili
Hello Thomas, V>> Create a .bat file, content: V>> regedit /s voyager_key_ex.reg V>> The .bat file should be in the same directory where your V>> voyager_key_ex.reg . Run the .bat file. > This will probably work (not tested). It DOES work :) I dont sent untested stuff here, to professionals :))

Re: Voyager and the registry

2006-08-24 Thread Peter Meyns
This is my third attempt at sending this message. The last two bounced... Hi Leif, on Wed, 23 Aug 2006 10:58:51 -0600GMT (23.08.2006, 18:58 +0200GMT here), Leif Gregory wrote: LG> Create a batch file with the following (minus the lines): LG> --- LG> regedit /S del_voyager.reg LG> --

Re: Voyager and the registry

2006-08-24 Thread Thomas Fernandez
Hello Vili, On Wed, 23 Aug 2006 13:03:13 -0400 GMT (24/08/2006, 00:03 +0700 GMT), Vili wrote: V> Hello Peter, >> since Voyager adds a registry entry to the host machine every time the >> spell checker is involved (see Voyager shouldn't do that; agreed. But it does, and you offer a workaround:

Re: Voyager and the registry

2006-08-23 Thread Vili
Hello Peter, > since Voyager adds a registry entry to the host machine every time the > spell checker is involved (see > https://www.ritlabs.com/bt/view.php?id=5515 ), I decided to create a > REG file that deletes the entry, because I don't want to leave any > traces on a friend's machine. This wa

Re: Voyager and the registry

2006-08-23 Thread Leif Gregory
Hello Peter, Wednesday, August 23, 2006, 10:03:18 AM, you wrote: > However, is there a way to get rid of the two pop up boxes, one to > confirm that I want the registry change and the other to say the > change has been made? Yep.. Create a batch file with the following (minus the lines): ---

Voyager and the registry

2006-08-23 Thread Peter Meyns
Hi all, since Voyager adds a registry entry to the host machine every time the spell checker is involved (see https://www.ritlabs.com/bt/view.php?id=5515 ), I decided to create a REG file that deletes the entry, because I don't want to leave any traces on a friend's machine. This was easy and it w