TommyIndigo
Programmer
We have created an .exe file that, if run from a client machine, will change some Windows Explorer file type settings. For example, if the client used Start/Run and then typed \\server_name\share\path_to_file\file.exe it runs fine, and this configuration setting is updated on their client machine.
I am trying to automate this behavior by inserting a command in an existing Perl script that everyone uses so this configuration can happen automatically. I have tried both the EXEC and SYSTEM commands, but it doesn't seem to be working. I finally got it to stop returning errors, but the client machine is still not updated. The server doesn't seem to be either.
Any suggestions would be MOST appreciated.
I am using a Windows server with IIS.
I am trying to automate this behavior by inserting a command in an existing Perl script that everyone uses so this configuration can happen automatically. I have tried both the EXEC and SYSTEM commands, but it doesn't seem to be working. I finally got it to stop returning errors, but the client machine is still not updated. The server doesn't seem to be either.
Any suggestions would be MOST appreciated.
I am using a Windows server with IIS.