Search found 536 matches

by Rain
Fri Aug 23, 2013 3:35 pm
Forum: Technical / Scripting
Topic: Possible RP_RESULT & RP_ADMIN Bug or Undocumented Set...
Replies: 6
Views: 5696

@Cyber - Thanks for clarifying. Yes, precisely. Can't be done. If using RP_ADMIN and the process is therefore launched as admin it is running in a different security context and we wouldn't know any more about it, so would not be able to get a result from it. What you're saying makes sense, however,...
by Rain
Wed Aug 21, 2013 1:52 pm
Forum: Technical / Scripting
Topic: Possible RP_RESULT & RP_ADMIN Bug or Undocumented Set...
Replies: 6
Views: 5696

Where is the Bug Tracker located?
by Rain
Tue Aug 20, 2013 6:57 pm
Forum: Beginners
Topic: Scheduling Scripts -- Run?
Replies: 5
Views: 6016

Macro Scheduler has to be running for the scheduled script to run. And no, you don't have to select run on the main window.
by Rain
Tue Aug 20, 2013 6:45 pm
Forum: Technical / Scripting
Topic: Base64 Unknown Identifier I Error (Possible bug?)
Replies: 6
Views: 6022

Thanks. I hope it's possible, it would make writing examples a lot easier not having to use VBscript all the time.
by Rain
Tue Aug 20, 2013 6:41 pm
Forum: Technical / Scripting
Topic: Possible RP_RESULT & RP_ADMIN Bug or Undocumented Set...
Replies: 6
Views: 5696

I just did a quick test with version 9 and 11. The RP_RESULT value in version 9 is 33 with RP_ADMIN set to 0 or 1. However, in version 11 the RP_RESULT value is 259 with RP_ADMIN set to 0 and no value when set to 1.

Looks like another bug :?
by Rain
Tue Aug 20, 2013 6:29 pm
Forum: Technical / Scripting
Topic: Base64 Unknown Identifier I Error (Possible bug?)
Replies: 6
Views: 6022

Thanks for the reply. Is there any chance to get it fixed in version 13 as well since the problem started with the release of version 12?
by Rain
Tue Aug 20, 2013 6:27 pm
Forum: Technical / Scripting
Topic: Possible RP_RESULT & RP_ADMIN Bug or Undocumented Set...
Replies: 6
Views: 5696

Possible RP_RESULT & RP_ADMIN Bug or Undocumented Set...

I'm getting some strange results when setting RP_ADMIN 1) RP_RESULT returns 259 when running a program with RP_ADMIN=0. 2) RP_RESULT returns no value when running a program with RP_ADMIN=1. 3) RP_RESULT returns 259 when running a program with RP_ADMIN=2. Here are my questions: Shouldn't RP_RESULT re...
by Rain
Wed Aug 14, 2013 1:54 pm
Forum: Technical / Scripting
Topic: Determining which text box has focus
Replies: 4
Views: 4727

Is this what you're looking for? Dialog>Dialog1 object Dialog1: TForm Left = 510 Top = 167 HelpContext = 5000 BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 224 ClientWidth = 265 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.N...
by Rain
Mon Aug 12, 2013 1:45 pm
Forum: Technical / Scripting
Topic: Base64 Unknown Identifier I Error (Possible bug?)
Replies: 6
Views: 6022

It appears the error started with the release of versions 12 and 13 because versions 9 and 11 don't produce the unknown Unknown Identifier I error.
by Rain
Thu Aug 08, 2013 9:10 pm
Forum: Scripts and Tips
Topic: Basic Password Strength Meter
Replies: 8
Views: 154665

My reference is common sense and the knowledge that there are several methods and tools to crack passwords out there. Google for a tool that will calculate the time to crack a password https://www.google.com/#bav=on.2,or.r_cp.r_qf.&fp=bcf7fbd2782454c1&q=time+to+crack+password+calculator I have nothi...
by Rain
Thu Aug 08, 2013 4:06 pm
Forum: Technical / Scripting
Topic: Base64 Unknown Identifier I Error (Possible bug?)
Replies: 6
Views: 6022

Base64 Unknown Identifier I Error (Possible bug?)

I'm getting an error (Unknown Identifier I) when I try to encode an image file with MS 13.2.4. I've uploaded the script and image in question...plus an image taken by the same camera that does not trigger the error. Is it just me or is there a problem with the Base64 command? Go to https://docs.goog...
by Rain
Thu Aug 08, 2013 3:33 pm
Forum: Scripts and Tips
Topic: Import Multiple Binary Files to a Script
Replies: 0
Views: 9959

Import Multiple Binary Files to a Script

This script imports multiple binary files to a script as native macro scheduler data or with Base64. 1. Run the script and browse to the directory that contains the files you want to import. You can double click on a file in the list box to remove it. 2. Browse to the script to import the binary dat...
by Rain
Mon Aug 05, 2013 5:49 pm
Forum: Enhancement Suggestions
Topic: Writes text to specific line in file and overwrite file data
Replies: 4
Views: 8571

I'm not sure I follow. My example has ReadFile, ReadLn, WriteLn etc.
by Rain
Sat Aug 03, 2013 5:26 pm
Forum: Enhancement Suggestions
Topic: Writes text to specific line in file and overwrite file data
Replies: 4
Views: 8571

Yes it's possible. Add text to specified line ReadFile>C:\text.txt,vAllText //Read text at line 3 ReadLn>C:\text.txt,3,vTextAtLine //Add text to line 3 StringReplace>%vAllText%,%vTextAtLine%,Bye%CRLF%%vTextAtLine%,vModifiedText DeleteFile>C:\text.txt WriteLn>C:\text.txt,r,vModifiedText Overwrite Fil...
by Rain
Fri Aug 02, 2013 2:43 pm
Forum: Scripts and Tips
Topic: Basic Password Strength Meter
Replies: 8
Views: 154665

I did not include spaces as a special character in my code....because most websites and/or Apps don't allow spaces. I've updated my original post to include spaces. I want to stress that this script is neither perfect nor foolproof, and should only be utilized as a loose guide in determining methods...
Sign up to our newsletter for free automation tips, tricks & discounts