Adn it is even mentioned in the KiXtart Manual.

And you should also be aware of the fact that workstation operating systems are limited to a maximum of 10 connections at a time.

As I said before, put a DEBUG ON into the first line of your code.

Also, I hope you realize that your users will need identical user accounst on all computers, meaning bot username and password must be identical on all machines.

And you should ratehr use ADDPRINTERCONNECTION instead of USE to add the printers. However, Windows 9x does not support automatic printer installs, thus you will have to add the drivers manually anyway. You cna also move the statement to outside the IF-ENDIFs as you do it anyway for all users.

Finally, convert the IF-ENDIFs into a single SELECT-CASE-ENDSELECT and read the KiXtart Manual to under stand the diffeence between those two.
_________________________
There are two types of vessels, submarines and targets.