Search found 7 matches

by jleuzinger
Thu Apr 24, 2008 2:42 pm
Forum: Technical / Scripting
Topic: Strange feedback from msNet
Replies: 1
Views: 2726

Strange feedback from msNet

Hi, I use msNet to run MS scripts on a remote PC. The script sets the variable MACRO_RESULT to "TRUE" or "FALSE" to provide feedback if the script was successful. Normally this works well, but sometimes I get the answer "Specified Macro Does Not Exist" or random text like "nn:0::00:00:1::H::I:N::" o...
by jleuzinger
Wed Sep 27, 2006 5:23 pm
Forum: General Discussion
Topic: Installation Problem with ServerSetup
Replies: 1
Views: 5003

Installation Problem with ServerSetup

Hi all, I got a a strange Problem on a embedded PC. I was able to install Macro Scheduler on a Embedded PC without any Problems. But when I tried to execute ServerSetup.exe to enable remote access I got the following error message: "c:\windows\temp\ You must have at least 2MB of free space on your T...
by jleuzinger
Sun Sep 17, 2006 8:05 pm
Forum: Beginners
Topic: Complex Expressions
Replies: 10
Views: 10404

I agree with me_again "different tools for different purposes" and I also appreciate the excellent support from Marcus and other "power users". I don't criticize that MS is an untyped language. Other script languages like Ruby or Python are also untyped languages and nevertheless well-defined and ea...
by jleuzinger
Fri Sep 15, 2006 10:21 pm
Forum: Beginners
Topic: Complex Expressions
Replies: 10
Views: 10404

Thank you very much for your quick help ! My first impression of Macro Scheduler was, that it meets all my needs. Now I tried to develop some scripts to learn the language. I tend to write expressions what in Macro Scheduler are called "complex expressions" (perhaps because of my programmers backgro...
by jleuzinger
Fri Sep 15, 2006 2:41 pm
Forum: Beginners
Topic: Complex Expressions
Replies: 10
Views: 10404

Complex Expressions

Why does this code not work ?

Code: Select all

// Test der String-Funktionen

LET>a={"xyz"}

IF>{Pos("xy",%a%) > 0}
  message>true
ELSE
  message>false
ENDIF



I got an Error-Message: "Error - Subroutine/Label %a%) > 0} Not Found !"

Any help appreciated

regards
Joerg
by jleuzinger
Mon Sep 04, 2006 11:27 am
Forum: Beginners
Topic: No access to Virtual Desktop
Replies: 2
Views: 4426

Marcus, Thank you for the quick reply. Windows only allows one desktop at a time to take keyboard focus. The problem is that Windows (i.e. the Application) switches focus to a new (second) Desktop, while Macro Scheduler has its focus still on the first (=initial) Desktop. I'm looking for a way to te...
by jleuzinger
Mon Sep 04, 2006 9:37 am
Forum: Beginners
Topic: No access to Virtual Desktop
Replies: 2
Views: 4426

No access to Virtual Desktop

Hi, I was trying to control an Application which makes use of Virtual Desktops. My script is working fine until the Application switches to the second virtual Desktop. After this all Keyboard-Commands or Mouse clicks have no effect anymore. When the Application switches back to the first Desktop, ev...
Sign up to our newsletter for free automation tips, tricks & discounts