Compiler Issue

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
kpassaur
Automation Wizard
Posts: 696
Joined: Wed Jul 07, 2004 1:55 pm

Compiler Issue

Post by kpassaur » Fri Dec 05, 2008 7:12 pm

This is on one script with ver 11.

When I compile the script when it runs I get an Error on line 0 if I use
/HIDE /NOSTOPKEY /NOSYSTRAY



Works
// COMPILE_OPTS|C:\parsetext\parsefileprogram.exe|C:\Documents and Settings\Keith Passaur\My Documents\Icons\pdffiler.ico|CONSOLE=0|INCLUDES=1| /LOGFILE=\dev\nul /NOSYSTRAY
// COMPILE_OPTS|C:\parsetext\parsefileprogram.exe|C:\Documents and Settings\Keith Passaur\My Documents\Icons\pdffiler.ico|CONSOLE=0|INCLUDES=1| /LOGFILE=\dev\nul
// COMPILE_OPTS|C:\parsetext\parsefileprogram.exe|C:\Documents and Settings\Keith Passaur\My Documents\Icons\pdffiler.ico|CONSOLE=0|INCLUDES=1| /LOGFILE=\dev\nul /NOSYSTRAY /HIDE

Fails
// COMPILE_OPTS|C:\parsetext\parsefileprogram.exe|C:\Documents and Settings\Keith Passaur\My Documents\Icons\pdffiler.ico|CONSOLE=0|INCLUDES=1| /LOGFILE=\dev\nul /HIDE /NOSTOPKEY /NOSYSTRAY

Any idea as to why, In this example the complete error message is

Line: 0 Error with Let>HID "some ASSCII Character", = Missing

I have tried it numerous ways and one time it was STOPK"some ASSCII Character", = Missing

I say some ASCII Character but I could not find it in my ASCII Character chart it looks sort or like a lower case a, but I believe it is something else.

Does anyone know what would cause this to fail? The same commands seem to work on other Scripts.

kpassaur
Automation Wizard
Posts: 696
Joined: Wed Jul 07, 2004 1:55 pm

Compile issue

Post by kpassaur » Fri Dec 05, 2008 9:07 pm

The same issue is happening on other scripts as well. Always a line0 error

// COMPILE_OPTS|C:\parsetext\Outputjobs\monitorjobs.exe|C:\Documents and Settings\Keith Passaur\My Documents\Icons\pdffiler.ico|CONSOLE=0|INCLUDES=0| /LOGFILE=\dev\nul /NOSYSTRAY /HIDE /NOSTOPKEY

This one returns an error line as well when compiled, it runs fine without being compiled and when this line is used

// COMPILE_OPTS|C:\parsetext\Outputjobs\monitorjobs.exe|C:\Documents and Settings\Keith Passaur\My Documents\Icons\pdffiler.ico|CONSOLE=0|INCLUDES=1| /LOGFILE=\dev\nul /NOSTOPKEY

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Fri Dec 05, 2008 9:43 pm

Very odd. I can reproduce. But if I change the order and put /NOSTOPKEY before the /LOGFILE= part it works fine. Try this:

// COMPILE_OPTS|C:\parsetext\Outputjobs\monitorjobs.exe|C:\Documents and Settings\Keith Passaur\My Documents\Icons\pdffiler.ico|CONSOLE=0|INCLUDES=0| /NOSYSTRAY /HIDE /NOSTOPKEY /LOGFILE=\dev\nul

That seems to work for me.

I'll see if I can find out what is going on here. In the mean time try the workaround above.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

kpassaur
Automation Wizard
Posts: 696
Joined: Wed Jul 07, 2004 1:55 pm

Works

Post by kpassaur » Fri Dec 05, 2008 10:03 pm

The work around works. I have been trying different combinations for hours and sometimes it worked sometimes not. I was just checking option combinations not the order.

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts