I have a networked FPD2.6 application which works well (Most machines are running XPPro one is running W2000).
As the administrator, I have a couple of procedure files that I want to allow to be seen on my machine (called XPSERVER) but not on others....
Is there a way I can ask the question
In short ... can I query the name of the machine ?
Thanks in advance
John Fox
As the administrator, I have a couple of procedure files that I want to allow to be seen on my machine (called XPSERVER) but not on others....
Is there a way I can ask the question
Code:
if this machine is XPSERVER
then
do x && x is the subroutine I want to run
return
In short ... can I query the name of the machine ?
Thanks in advance
John Fox