Strathos Posted November 18, 2006 Report Share Posted November 18, 2006 Hello I know this is not a Visual Basic Script forum, but I was wondering if someone with knowledge could give me a hand with a very simple macro/script. This is how it would be in ME: Repeat Until %N1% <> %N1% If Window Title "Main battery Full" is on top Macro Stop End If Wait For Window Title: "Main battery low" Window Close: "Main battery low" Repeat End This is what I have done so far for x=1 to 100 Window.WaitWindow (Main battery low) Window.CloseWindow(?) "Main battery low" next %> Of course it won't work. I have no idea what to do with the "Sub Main", "Call main" and "functions" I'm reading a tutorial, but I dont think I will ever do a VBScript again Long Life to Macro Express! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.