Pages: 1
RSS
Stand Alone
 
Is it possible to use or install TheBat! like a real stand alone mail client. I mean like Poco or Foxmail? I want to install TheBat! on my memory stick and take my mails at distance. But it always need the path and drive letter of the installation. Any suggestion?
Thanks,
Eric
 
Yea. I have some ideas.

Registry is the main problem.

Idea #1
Use batch files and substitute for drives

1. Move all files (program and mail) to memory stick
(for example to E:\TheBat)

2. run command:
subst x: E:\TheBat

3. Change registry values to new disk X:
First of all - Mail Directory:
==========================
[HKEY_CURRENT_USER\Software\RIT\The Bat!]
"Working Directory"="X:\\Mail\\"
==========================

3. Make image of registry for TheBat
regedit /e x:\TheBat.reg "HKEY_CURRENT_USER\Software\RIT\The Bat!"

4. create start up batch file, something like that:
==========================
rem "dot" means current directory (root of memory stick)
subst x: .\TheBat\
rem Import registry file to system
regedit x:\TheBat.reg
rem Starting...
x:\TheBat.exe
==========================

5.
After closing TheBat you can refresh registry to file:
regedit /e x:\TheBat.reg "HKEY_CURRENT_USER\Software\RIT\The Bat!"
and you can clear system registry values using reg-file:
================================================
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\RIT\The Bat!]
================================================

WARNING, it is only idea and not tested, but i think it will be work.

Any comments?
Any questions?

If this idea is not enough good for you,
i'll try provide you with another one
(using Window Scripting Host and without SUBST).

Hmm...
May be I'll place TheBat on my memory stick too.... ;-)
 
I have more simple idea:

Use Evinrovinment Variables to set up working directories...

Registry values like this
==========================
[HKEY_CURRENT_USER\Software\RIT\The Bat!]
"Working Directory"="%TheBat_folder%\\Mail\\"
==========================

and start-up batch file:
==============================
Set TheBat_folder=E:\Thebat
%TheBat_folder%\\thebat.exe
==============================

Hmm...


 
Boy! I have enough work for the entire week just understanding each line  :)  
Solution 1, I don't get evrything but I'm on it!
Solution 2, I see I modified MY registry, but what happens if I use my memory stick elswhere?

But I'll try those "complicated" solutions (I'm just an amateur! :oops: ) Thanks a lot!

Finally, I interrogate myself if I am not violating the licence with TheBat on a memory stick that can be used on several computers. "You are granted a non-exclusive licence to use the program on one computer at a time." :o  
 
I guess you won't need to do any complicated stuff. Since your memory stick willalways have the same drive letter at a given computer.
So you tell TB that your default mail directory is on your memory stick. You can do this via the menu:
Options - Preferences - System - Mail directory

When you install TB on a different computer, make sure that you insert your memory stick before the installation.
When TB asks you whether you'd like to install a new account or restore one from back-up, choose 'new'. Now you'll be asked where your mail directory is. Point it to your memory stick.
The following step is the account itself, give the same name as it had on your other computer, TB will recognise the existing account and pick up its properties. (Don't forget to check those properties, something minor might go wrong, after all it still is a piece of software.)

Quote
Finally, I interrogate myself if I am not violating the licence with TheBat on a memory stick that can be used on several computers. "You are granted a non-exclusive licence to use the program on one computer at a time."
I've always been led to believe that this use is permitted. Especially since you can't use TB in this way on two computers at the same time, since you've got only one copy of your message base.
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
 
Yea. sorry. :oops: My ideas are too sofisticated for me too  ;)
Do you plan use TB only on two-three-four computers,
or you plan use TB on any computer with easy?  
 
Yea, just on some computers. For those computers, I'll use the trick of Mr. Otten. However, I would have liked to take my emails at my university with TheBat. But I'm not willing to install it on a public computer. I think I just have to lear patience and read me mails after courses, he?
Thanks a lot!  
Pages: 1