Search found 61 matches

by Alpha_AI
Mon Oct 04, 2021 11:01 am
Forum: General Discussion
Topic: Can this be done in Macroscheduler?
Replies: 3
Views: 10268

Re: Can this be done in Macroscheduler?

Any chance you could share your script with me? Im now very rusty with macroscheduler. Thanks
by Alpha_AI
Mon Oct 04, 2021 5:47 am
Forum: General Discussion
Topic: Can this be done in Macroscheduler?
Replies: 3
Views: 10268

Can this be done in Macroscheduler?

Can macroscheduler do exactly this?

1. Detect typed text
2. Make a large transparent display that fades (where I can enter in the text to be displayed as well as how long I'd like it to show for )

See example:
https://www.dropbox.com/s/d05jzvlbj7ueu ... l.mov?dl=0
by Alpha_AI
Tue May 17, 2011 2:58 am
Forum: Beginners
Topic: There are some buttons that webrecorder wont recognise.
Replies: 0
Views: 4214

There are some buttons that webrecorder wont recognise.

Hello,

I am using webrecorder 1.73 and I cannot click on some login buttons. I dont know why. He is one example:



and here is another example from another website.

Login

How do I get it to detect those buttons. Thanks, Ben
by Alpha_AI
Sat May 14, 2011 3:31 am
Forum: Beginners
Topic: Is it possible to run macroscheduler inside a VM?
Replies: 3
Views: 8160

Is it possible to run macroscheduler inside a VM?

Hello, Is it possible to have macroscheduler running on a VM taking control of clipboard and mouse activity while not affecting my work on my host machine?. Thanks, Ben
by Alpha_AI
Tue Apr 26, 2011 3:49 am
Forum: Beginners
Topic: How do I send> an list element that has been separated.
Replies: 1
Views: 3789

How do I send> an list element that has been separated.

Hello, I can do this: Let>ListVars=Force;Mass Let>ListValues=2;3 Separate>%ListVars%,;,list_names Separate>%ListValues%,;,list_values Let>k=0 Repeat>k Let>k=k+1 Message>list_names_%k% but I cant do this: Let>Name = list_names_%k% Send>%Name% or I cant do this Send>list_names_%k% What am I doing wron...
by Alpha_AI
Tue Apr 26, 2011 2:57 am
Forum: General Discussion
Topic: Retrieve variable name passed as a command line parameter
Replies: 4
Views: 12681

I could possibly do a

Macro.exe /VariableCount=2 /VariableNames=Force;Mass /Force=3 /Mass=2

use the seperate function to separate the ; delimiter

Maybe that is the only way.
by Alpha_AI
Tue Apr 26, 2011 2:46 am
Forum: General Discussion
Topic: Retrieve variable name passed as a command line parameter
Replies: 4
Views: 12681

Retrieve variable name passed as a command line parameter

Hello, I have Macro.exe /Force=2 /Mass=3 and I need to find out the name that is passed as a variable. eg. Force and Mass In my macro I can retrieve the values by using Send>%Force% or Send>%Mass% but now I want the Send>%VariableName% = %Force% instead. How do I find out the variable name? Ben
by Alpha_AI
Sun Aug 16, 2009 1:04 am
Forum: Beginners
Topic: Cannot close a window
Replies: 1
Views: 3425

Cannot close a window

I do not know why.
SetFocus>LickByNeck.com N E C K C A S T
Press ALT
Press F4
Release ALT
doesnt close the window

so I would like to know how can I kill it.
by Alpha_AI
Thu Aug 28, 2008 2:41 pm
Forum: Beginners
Topic: How do I code it so I get the application version number
Replies: 4
Views: 5682

Hi there JRL

No i meant any application version number.

Kind regards,

Ben
by Alpha_AI
Thu Aug 28, 2008 12:00 pm
Forum: Beginners
Topic: How do I code it so I get the application version number
Replies: 4
Views: 5682

How do I code it so I get the application version number

I would like to get the application version number from my script
how would I do that?

Ben
by Alpha_AI
Wed Aug 13, 2008 2:09 pm
Forum: Beginners
Topic: Could you tell me how to mark folders for non-deletion??
Replies: 4
Views: 6965

Ive already tried that.
It doesnt stop it from being deleted though.

I can mark it readonly buT I can also delete it afterwards

I use

attrib +R /S /D C:\foldername
and I can still delete it afterwards.

No probs, im still looking
Thanks anyways
by Alpha_AI
Wed Aug 13, 2008 11:19 am
Forum: Beginners
Topic: Could you tell me how to mark folders for non-deletion??
Replies: 4
Views: 6965

Could you tell me how to mark folders for non-deletion??

I would like to find out how to mark folders as read only, meaning unable to be deleted.
Any one knows how?

Ben
by Alpha_AI
Wed Aug 13, 2008 6:46 am
Forum: Beginners
Topic: How do I remove the 'Macro scheduler message' from message
Replies: 1
Views: 4406

How do I remove the 'Macro scheduler message' from message

Hello,

I just would like to use messagemodal and change the caption 'Macro scheduler message'
to something else?
Could someone please tell me how I would do that?

Kind regards,

Ben
by Alpha_AI
Mon Aug 11, 2008 6:18 am
Forum: Beginners
Topic: How to check if an application has closed
Replies: 4
Views: 6818

i'll tell u exactly what IM after

Lets say my compiled macro is called 'mymacro.exe'
and I have an app running named 'myapp.exe'

mymacro.exe continuously checks to see if myapp.exe is still running
if it is not running no more, then terminate mymacro.exe

Ben
by Alpha_AI
Mon Aug 11, 2008 4:44 am
Forum: Beginners
Topic: HOw do I get the folder name from the executable
Replies: 1
Views: 3974

HOw do I get the folder name from the executable

Hello,

I would like to get the current full folder path from the executable.
So I need to know the folder of where the executable is.
Kind regards,

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