Search found 712 matches

by CyberCitizen
Wed Aug 23, 2017 2:58 pm
Forum: General Discussion
Topic: Are WebRecorder commands available only for Internet Exporer
Replies: 3
Views: 4083

Re: Are WebRecorder commands available only for Internet Exp

What about IE v11.

There was an application I was trying to automate and it detects the browser as being v9 even though v11 is installed.
by CyberCitizen
Tue Aug 08, 2017 2:24 pm
Forum: Technical / Scripting
Topic: Slow Execution of msched.exe
Replies: 5
Views: 4669

Re: Slow Execution of msched.exe

Have to check your windows updates, Microsoft pushed it out but have since stopped it from auto deploying but you can still download manually. A bunch of my ThinApp packages stopped working after the update.
by CyberCitizen
Tue Aug 08, 2017 9:23 am
Forum: Technical / Scripting
Topic: Slow Execution of msched.exe
Replies: 5
Views: 4669

Re: Slow Execution of msched.exe

Creators update has been causing issues for a lot of software, are you using creators update?
by CyberCitizen
Wed Jun 28, 2017 4:37 am
Forum: Technical / Scripting
Topic: Icon removed from compiled exe on network location?
Replies: 3
Views: 3133

Re: Icon removed from compiled exe on network location?

I'm using the latest version of MS without issue, have you used this icon file previously?

Have you tried with another icon file?

Image
by CyberCitizen
Tue Jun 20, 2017 1:58 pm
Forum: Beginners
Topic: Automated Data Entry
Replies: 2
Views: 3251

Re: Automated Data Entry

Should be easy enough with the if commands and just checking for input, how can you tell the data apart is it in a different field etc?
by CyberCitizen
Tue Jun 20, 2017 1:56 pm
Forum: Beginners
Topic: Help for a simple automation macro
Replies: 1
Views: 2649

Re: Help for a simple automation macro

Would need to see the interface etc to give us a rough guide to work from.
by CyberCitizen
Tue Jun 20, 2017 1:18 pm
Forum: Technical / Scripting
Topic: MouseMove and LClick not working
Replies: 4
Views: 4132

Re: MouseMove and LClick not working

Your Using The RunAs To Elevate The Process To An Admin Process, By Default A User Level Program Can Not Control An Administrator Program, This Is By Design / Security Within Windows. As zabros2020 mentioned this can be experienced via remote control where the user is a standard user account / remot...
by CyberCitizen
Tue Jun 20, 2017 1:14 pm
Forum: Technical / Scripting
Topic: How To Strip @ Symbol From Var
Replies: 2
Views: 2392

Re: How To Strip @ Symbol From Var

StringReplace?
by CyberCitizen
Mon May 29, 2017 3:21 am
Forum: Technical / Scripting
Topic: Screen Recording for Error Correction
Replies: 3
Views: 3281

Re: Screen Recording for Error Correction

I use Fastone Screen Capture, Small And Light Weight, Does That I Need It To Do.
by CyberCitizen
Thu May 04, 2017 1:01 pm
Forum: The Water Cooler
Topic: Read a text file
Replies: 4
Views: 18116

Re: Read a text file

Sorry for the late reply, hopefully this helps get you started. IfFileExists>%DESKTOP_DIR%\Test.txt Let>vCount=1 While>vLineNum<>##EOF## ReadLn>%DESKTOP_DIR%\Test.txt,vCount,vLineNum If>vLineNum<>##EOF## MessageModal>vLineNum Endif Let>vCount=vCount+1 EndWhile Else MDL>File Not Found, Press Ok To Cr...
by CyberCitizen
Thu May 04, 2017 12:39 pm
Forum: Technical / Scripting
Topic: Registry Values not Deleting
Replies: 8
Views: 5498

Re: Registry Values not Deleting

Naughty Naughty Exploiting Trials :P
by CyberCitizen
Thu May 04, 2017 12:06 pm
Forum: General Discussion
Topic: Error including .ico
Replies: 4
Views: 5144

Re: Error including .ico

Can you post your icon file? So I can check the icon file setup etc.
by CyberCitizen
Fri Apr 21, 2017 8:52 am
Forum: Beginners
Topic: Text Recognition
Replies: 2
Views: 3752

Re: Text Recognition

You could use tesaract to convert to text etc, however I have had more success inverting the image colours when it's white text on black and sharpening the image using photoresize standalone exe..

Sent from my Redmi Note 3 using Tapatalk
by CyberCitizen
Mon Apr 17, 2017 3:04 am
Forum: Technical / Scripting
Topic: Confirm screenimage
Replies: 2
Views: 2612

Re: Confirm screenimage

Let>WSI_TIMEOUT=15

If>WSI_TIMEDOUT=TRUE
MDL>Screen Imaged Timed Out
EndIf

If>WSI_TIMEDOUT=FALSE
MDL>Screen Appeared Continue With Script Etc
EndIf
by CyberCitizen
Mon Apr 17, 2017 3:01 am
Forum: Beginners
Topic: Help getting started on Automating a Printing Process
Replies: 1
Views: 2654

Re: Help getting started on Automating a Printing Process

This is something that Macro Scheduler could easily assist with. What I might suggest for yourself first is to download the trial use the macro scheduler recorder to record your script / the process you do, then have a look at the code. Once you have the basic code done, all you would do is bind it ...
Sign up to our newsletter for free automation tips, tricks & discounts