I've put an application on computer A (running Windows 2000). It can be accessed by lots of computers (B1, B2, etc) running any old Windows. When a user leaves I want to send an alert to computer C, running Windows 2000. I've tried
RUN NET SEND <user_id> <message text>
What I get is an error message in the DOS window that says
CMD.EXE was started with "\\Fileserver\shared_pc\staff\absentees" as the current directory path. UNC paths are not supported. Defaulting to Windows directory.
So RUN has managed to kick off, and the only worry expressed in the FoxPro manual is that it might not be able to find CMD.EXE, which it obviously can.
Does anyone know what a UNC path is, and how I can get round this problem?
There's a related issue. If user B doesn't have Windows 2000, his own computer won't have the NET SEND command. Is there any way of forcing the FoxPro program to use computer A's resources?
Yet another related problem is that of the date and time functions. Their values seem to come from the user's computer (B) when the program calls for them. Can I force the values to come from the computer on which the program resides (A)?
RUN NET SEND <user_id> <message text>
What I get is an error message in the DOS window that says
CMD.EXE was started with "\\Fileserver\shared_pc\staff\absentees" as the current directory path. UNC paths are not supported. Defaulting to Windows directory.
So RUN has managed to kick off, and the only worry expressed in the FoxPro manual is that it might not be able to find CMD.EXE, which it obviously can.
Does anyone know what a UNC path is, and how I can get round this problem?
There's a related issue. If user B doesn't have Windows 2000, his own computer won't have the NET SEND command. Is there any way of forcing the FoxPro program to use computer A's resources?
Yet another related problem is that of the date and time functions. Their values seem to come from the user's computer (B) when the program calls for them. Can I force the values to come from the computer on which the program resides (A)?