I am testing via remote login (SSH) a simple VB script (thanks, Igor) from this thread ( Is it possible to download using the Windows command line? ) that just downloads a file to hard disk:
cscript MyScript.vbs
It works fine, but, as long as some programs do require to be executed from a started GUI session (that we have not at remote SSH), I wanna make a question:
Is there any general rule to know/guess/predict if a VBScript should work when remotely executed in text console, like SSH or Telnet?