Search found 10 matches

by speedilad
Tue Apr 15, 2008 1:23 pm
Forum: Technical / Scripting
Topic: need script to compact outlook folders and close outlook
Replies: 1
Views: 3220

need script to compact outlook folders and close outlook

I haven't used Macroscheduler for a few years. I need a script to compact outlook folders and close outlook.... Thanks! That will give me a starting point...
by speedilad
Wed Sep 06, 2006 8:17 pm
Forum: Technical / Scripting
Topic: can the macro command execute an encrypted macro?
Replies: 10
Views: 13167

:D thank you!

Let>RP_WAIT=1
Run>c:\...\msched.exe macro2

this solution worked - macro1 ran encrypted macro2
by speedilad
Wed Sep 06, 2006 1:59 pm
Forum: Technical / Scripting
Topic: can the macro command execute an encrypted macro?
Replies: 10
Views: 13167

the reason is: the script enters a user name and password and I do not have the compiler due to COST

the compiler is only available with the PRO version.

Is the problem with macro execution of an encrypted macro a bug or intentional???

Thanks for all help received!!! Jim
by speedilad
Wed Sep 06, 2006 9:33 am
Forum: Technical / Scripting
Topic: can the macro command execute an encrypted macro?
Replies: 10
Views: 13167

my problem was with a non-encrypted calling an encrypted via macro command.javascript:emoticon(':cry:')
Crying or Very sad
by speedilad
Wed Sep 06, 2006 3:20 am
Forum: Technical / Scripting
Topic: can the macro command execute an encrypted macro?
Replies: 10
Views: 13167

the code works perfectly if the macro is not encrypted.
by speedilad
Wed Sep 06, 2006 3:19 am
Forum: Technical / Scripting
Topic: can the macro command execute an encrypted macro?
Replies: 10
Views: 13167

yes the problem is with an encrypted "not compiled" macro executing another encrypted "not compiled" macro....

thanks!
by speedilad
Tue Sep 05, 2006 11:38 pm
Forum: Technical / Scripting
Topic: can the macro command execute an encrypted macro?
Replies: 10
Views: 13167

can the macro command execute an encrypted macro?

I have tried to use the macro command within an encrypted macro to execute a macro that is also encrypted. It didn't work...

Is this not possible or am I doing something wrong???

thanks!
by speedilad
Tue Sep 05, 2006 11:06 pm
Forum: Technical / Scripting
Topic: I need help with waitwindowopen
Replies: 5
Views: 9600

Dick, looks like that is the answer. BUT - How do I set Wait to 1??? I tried: let>wait=1 Sub OpenPage(URL,Wait) Dim IE Set IE = CreateObject("InternetExplorer.Application") IE.visible = 1 IE.navigate URL do while IE.Busy and Wait loop End Sub I get an error on execution invalid numeric expression in...
by speedilad
Tue Sep 05, 2006 10:43 pm
Forum: General Discussion
Topic: Tell us how Macro Scheduler helps you, what you use it for.
Replies: 48
Views: 343772

macro scheduler uses

Here are a dozen uses I created..... GREAT PRODUCT!!! THANKS! Jim 1. automate signing in the stock streamer at my online broker - it resizes windows etc. 2. automate signing in to 2 additional accounts when required 3. cleanup my system - 1st closes all apps except Outlook - then does the compacting...
by speedilad
Tue Sep 05, 2006 10:09 pm
Forum: Technical / Scripting
Topic: I need help with waitwindowopen
Replies: 5
Views: 9600

I need help with waitwindowopen

I have a few scripts that do a "run program" to open a web page. These web pages then require a user name and password entry. I know how to automate the send of the user name and password, but I have problems with the timing. Frequently the user name is not entered into the user name box, but is sen...
Sign up to our newsletter for free automation tips, tricks & discounts