Hi,
I'm running a web server , and the web server will call the perl script to call a exe when a button is click on a web page.
eg. Click a button on web page, and the notepad will appear.
I use the system('notepad.exe') in my scripts, but it didn't work.
Please help.
-aG