|
With RTG Bills V2.21 and above, it is possible to install RTG Bills programs in more than one folder and to have each copy refer to a different data location. To do that, you create a file named datadir.rtg in each folder where RTG Bills programs are installed. That file will tell RTG Bills where to find the data.
The file datadir.rtg is a text file containing four lines. The first line is always 231. The second line is the Data Location for RTG Bills and the third line is the Data Location for RTG Timer. The fourth line is the license key (without hyphens) that RTG provides when RTG Bills/Timer is purchased. It looks like this in Notepad or a similar text editor:
231
\\MyServer\Rtgbills1
\\MyServer\Rtgbills1\User1
XXXXXXXXXXXXXXX
This file says that the data files for RTG Bills are located on the network in this shared folder:
\\MyServer\Rtgbills1
and the data files for RTG Timer, for User1, are located on the network in this shared folder:
\\MyServer\Rtgbills1\User1
The subfolder User1 provides for the possibility that you have more than one RTG Timer user. Each requires a separate data folder, so you could name them User1, User2, and so on.
You can install a second copy of RTG Bills in a different location, say:
C:\Program Files\Rtgbills2
and have its copy of datadir.rtg point to different data locations, say:
\\MyServer\Rtgbills2
for RTG Bills and
\\MyServer\Rtgbills2\User1
for RTG Timer.
Finally, give the user two different shortcuts, one to each copy of RTG Bills. The data in the two programs will now be completely separate.
|