Title: Running Analog from a html page

Hi All,
I'm using some vbscript in a web page to run Analog. Here's the code snippet:

shellstring = "\\myserver\@bc\analog5.03\analog.exe " & "\\myserver\MSFTPSVC1\" & MyLog
               
set shell = CreateObject("Wscript.shell")
shell.run shellstring,0

(where MyLog = in010913 for example)

Analog runs fine when submitted by double clicking and taking the log file from analog.cfg. However My Report file is empty when I run Analog as above (although the report has been created and analog did run).

Please could someone help with this?

Thanks
Andrew

Reply via email to