Hi,
For support purpose, it is necessary to know what OS and other system information such as platform, dlls version the application is running on. I know such information can be retrieved using some foxpro functions, API, and windows scripts. However, I only know how to obtain the information for the workstation but not if the application is located at a file server. For example, if I have a program with the following lines:
?OS()
?VERSION()
and run it in the local machine. I will get the OS and Foxpro version information of the local machine. However, if the program is located in a file server and I run the program from my local machine, I will still get the OS and Foxpro version information of the local machine instead of the file server. I will like to know how to get the OS and other system information of the file server in such scenario since some problems may be due to the environment of the file server instead of the local machine. Another scenario can be that running an application in my local machine and use ODBC to connect to a sql server on another machine. In this case, both machine's environment will have effect on the application. I hope this is clear enough.
Thank you for any help.
For support purpose, it is necessary to know what OS and other system information such as platform, dlls version the application is running on. I know such information can be retrieved using some foxpro functions, API, and windows scripts. However, I only know how to obtain the information for the workstation but not if the application is located at a file server. For example, if I have a program with the following lines:
?OS()
?VERSION()
and run it in the local machine. I will get the OS and Foxpro version information of the local machine. However, if the program is located in a file server and I run the program from my local machine, I will still get the OS and Foxpro version information of the local machine instead of the file server. I will like to know how to get the OS and other system information of the file server in such scenario since some problems may be due to the environment of the file server instead of the local machine. Another scenario can be that running an application in my local machine and use ODBC to connect to a sql server on another machine. In this case, both machine's environment will have effect on the application. I hope this is clear enough.
Thank you for any help.