I have this situation:
The program and DBFs are installed on the SERVER
On each WS I have a mapped drive F which points to the servers drive where the program is installed
On the each WS desktop I have the shortcut which points to F\clock\program.exe, therefore on WS there is no Program.EXE and no related DBF at all.
Now I need the possibility to define the printers which each WS uses. This settings will be written in CLOCK.INI file but on WS MACHINE! So when the user runs the program and menu option to setup the printers for use, actually the LOCAL CLOCK.INI should be loaded and read. After the user confirms, the LOCAL INI file shoul be saved on WS machine somewhere.
This way whenever each WS user prints something the printout will go on the printer attached to each particular WS
One WS can have HP printer attached, other WS can have Samsung printer attached and so forth.
My problem is how to load and write the INI file which resides LOCAL machine, on each particular WS? I don't want to load the CLOCK.INI on SERVER, because then all WS would try to print on the printer which they do not have attached.
I know I saw somewhere the solution for this, bu am in big hurry and cannot remember where.
Thanks