I just got the Pro Version. I recorded a Internet Explorer Session, added some commands to the script and compiled it.
When I ran the .exe the icon just blinks in the tray, but nothing else happens.
Running the script in Macro Scheduler works fine.
A Test Script, that uses "pure" VB Code runs as a compiled version.
This is the "naked" script, also doesn't work.
Did I miss something?
Thanks for helping
FME
Code: Select all
// COMPILE_OPTS|C:\Documents and Settings\FME\My Documents\WM_Monitor_Recorded.exe||CONSOLE=0|INCLUDES=1|
// Generated by MacroScript WebRecorder 2.06
// Recorded on Dienstag, Februar 10, 2009, at 03:06 PM
//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
MouseMove>0,0
Let>delay=1
IE_Create>0,IE[0]
IE_Navigate>%IE[0]%,S:\wps\WM_Monitor.htm,r
IE_Wait>%IE[0]%,r
Wait>delay
IE_Wait>%IE[0]%,r
Wait>delay
Let>FrameName={"frTabs"}
Let>FormName={""}
Let>TagValue={" Monitor Tasks "}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue,r
IE_Wait>%IE[0]%,r
Wait>delay
Label>end_script