Is this possible?
Using VB.net I am executing a remote perl script. I want a MsgBox to appear on my screen, similar to VBScript.
I tried just doing Win32::MsgBox("Test") but that didn't work. Is it even possible?
I am executing the script remotely FROM a Windows system to a Unix system.