Search found 712 matches

by CyberCitizen
Mon Feb 13, 2017 9:38 am
Forum: Technical / Scripting
Topic: Macro scheduler error
Replies: 4
Views: 4323

Re: Macro scheduler error

I have been caught out with a script deleting them by accident, it was a bug I found with creating a blank macro eg no name when MS crashed and when I deletes the macro I told it to delete the bmp directory but it deleted everything scripts and all, this was fixed I believe but I always back my scri...
by CyberCitizen
Mon Feb 13, 2017 3:51 am
Forum: Technical / Scripting
Topic: GetText in Windows 10
Replies: 8
Views: 9404

Re: GetText in Windows 10

Any updates on being able to grab text from Win10? Jerry, This is not a Macro Scheduler issue but a function of Windows that has changed, its not so much that MS needs to be updated to capture the text but more that Microsoft has changed a function as per below and what was once possible may no lon...
by CyberCitizen
Sun Feb 12, 2017 10:14 pm
Forum: General Discussion
Topic: Windows 95/97
Replies: 9
Views: 11163

Re: Windows 95/97

Don't know about the HTTP Requests, but Image Recognition via RDP to the machine or running Win 95 in a VM might get you around it.
by CyberCitizen
Sun Feb 12, 2017 8:16 pm
Forum: General Discussion
Topic: Windows 95/97
Replies: 9
Views: 11163

Re: Windows 95/97

What is it that your attempting to do? There are a lot of hooks etc that MS can't control in Windows 95/97 as they didn't exist back then. Just wondering what your doing, you might be able to load it into a VM or RDP to a machine and use imaging recoginision but that would most likely be the most of...
by CyberCitizen
Sun Feb 12, 2017 8:12 pm
Forum: Technical / Scripting
Topic: Macro scheduler error
Replies: 4
Views: 4323

Re: Macro scheduler error

That is strange you haven't moved your installation directory at all or deleted files under your documents profile path? Do a search on your machine for *.scp or *.fol. These should be your script files. I have done this before by moving my install folder as well as my script directory under My Docu...
by CyberCitizen
Sun Jan 29, 2017 11:59 am
Forum: Technical / Scripting
Topic: glitch when running script
Replies: 7
Views: 7306

Re: glitch when running script

Being as your using BlueStacks, I guess your emulating something like an Android OS.

Are you using Press Down * 3 etc, maybe try press down wait 1 press down etc. Put timings in your script or use STEP_DELAY.
by CyberCitizen
Tue Jan 24, 2017 9:52 pm
Forum: Scripts and Tips
Topic: Running a macro at "random" times (sample and ideas)
Replies: 1
Views: 4977

Re: Running a macro at "random" times (sample and ideas)

I didn't have one like that but I did have a site where I generate a bunch of random fake logins for usenet trials. Basically took the top 100 most popular first names & surnames, then run the random to choose names etc. Then every 3x days the script runs, creates an account using a few domain names...
by CyberCitizen
Mon Jan 23, 2017 2:13 am
Forum: Technical / Scripting
Topic: glitch when running script
Replies: 7
Views: 7306

Re: glitch when running script

Without seeing the script it makes it very hard to debug etc.. , are you using FindImagePos or just mouse moves and click, etc. A bit of background as to what your trying to do helps. Even a screenshot when its doing strange things. Turn on logging to check whats actually happening that includes dat...
by CyberCitizen
Mon Jan 23, 2017 2:05 am
Forum: Technical / Scripting
Topic: Running DOS Internal commands - SOLVED
Replies: 4
Views: 6099

Re: Running DOS Internal commands - SOLVED

Yes I use this alot, very handy.
by CyberCitizen
Mon Jan 23, 2017 1:14 am
Forum: Beginners
Topic: waitpixelcolor
Replies: 3
Views: 4848

Re: waitpixelcolor

What about not going to a subroutine and just include it in the match.

label>start
if>color=0
Let>vSomething=Something
Goto>Start
endif
if>color=1
gosub>notdone
endif
end>done
by CyberCitizen
Mon Jan 23, 2017 12:59 am
Forum: Scripts and Tips
Topic: Show file in folder
Replies: 1
Views: 5274

Re: Show file in folder

Thanks for that, the select feature is handy.
by CyberCitizen
Mon Jan 23, 2017 12:57 am
Forum: Technical / Scripting
Topic: ZipAddFiles -need files and selective sub folders
Replies: 4
Views: 4324

Re: ZipAddFiles -need files and selective sub folders

Confirming the same behaviour on Macro Scheduler Pro v14.3.07.

Folder switch makes no difference, includes everything using *.* as well as the folders.
by CyberCitizen
Fri Jan 13, 2017 1:35 am
Forum: Technical / Scripting
Topic: Using Send & SendText delima
Replies: 8
Views: 8917

Re: Using Send & SendText delima

Here is the code I am using, will send to the email address with attachment etc. Outlook needs to be running, but that is it. Now I am referencing the attachment path etc, however you could have it as an input method. Let>vEmailNum=Test@test.com Let>vJobNum=123321 Let>vSeqNum=123456789 SRT>sEmail VB...
by CyberCitizen
Fri Jan 13, 2017 1:29 am
Forum: Technical / Scripting
Topic: Using Send & SendText delima
Replies: 8
Views: 8917

Re: Using Send & SendText delima

I have just edited a script that will email within Outlook with attachment is there a reason your doing it this way, could you not just have outlook open and it send the email on your behalf?
by CyberCitizen
Thu Jan 12, 2017 11:59 pm
Forum: Technical / Scripting
Topic: Using Send & SendText delima
Replies: 8
Views: 8917

Re: Using Send & SendText delima

I have found with some applications that the tabs two quick don't help so try
Press Tab
Wait>0.2
Press Tab
Wait>0.2
Press Tab
Wait>0.2
Sign up to our newsletter for free automation tips, tricks & discounts