Search found 84 matches

by winstein
Wed Oct 02, 2013 8:53 am
Forum: Beginners
Topic: Web Macros with other Internet Browsers
Replies: 3
Views: 4711

Web Macros with other Internet Browsers

Is there a way to use Firefox or Chrome as part of the WebRecorder functions? It looked like only Internet Explorer is the only one available.

Thanks for reading.
by winstein
Mon Sep 30, 2013 10:17 am
Forum: General Discussion
Topic: Using Script to Login Automatically
Replies: 2
Views: 5469

Using Script to Login Automatically

Is there a way where you could use the script to log in to the computer at a certain time without using Task Scheduler? Basically what I mean is that while the script is running in a loop (to check the time), usually when logged off, then when the time is right, then the script will sign in automati...
by winstein
Thu Jul 18, 2013 4:56 am
Forum: General Discussion
Topic: Compiling .EXE that runs on specific times
Replies: 1
Views: 8213

Compiling .EXE that runs on specific times

In the Macro Scheduler program, there is an option to allow the script to run at desired intervals, such as what day of the week and what time, or even specific times. What I wanted to do is to compile an EXE so that other users are able to run this program on specific times as well. However, it see...
by winstein
Thu Jul 18, 2013 3:52 am
Forum: Beginners
Topic: Detecting Encryption Status in .ini file
Replies: 9
Views: 12843

Thank you, everybody who responded. From the responses, I see that you need to have another variable in the .ini file to determine whether the password is encrypted or not. It's something I experimented on too, so if that's the only way to go around this problem, I guess I will have to accept it. Th...
by winstein
Wed Jul 17, 2013 10:29 am
Forum: Beginners
Topic: Detecting Encryption Status in .ini file
Replies: 9
Views: 12843

I can see the issue. I haven't had a need for it myself, however based on what you have mentioned I would suggest using another section for the encrypted password & then change the default password section to something like ENCRYPTED. Then when you read the section & the value = ENCRYPTED you can r...
by winstein
Wed Jul 17, 2013 3:36 am
Forum: Beginners
Topic: Detecting Encryption Status in .ini file
Replies: 9
Views: 12843

Detecting Encryption Status in .ini file

What I currently want to do is to read the .ini file for the password, and then after reading from the file, then the password will be encrypted and then the .ini file will show the encrypted password if it isn't already. The password will be used to access a certain item, so it will be decrypted fi...
by winstein
Tue Mar 12, 2013 1:05 am
Forum: Beginners
Topic: Complex Logical Statements (Boolean Operator problem)
Replies: 2
Views: 12878

Yeah, that was a mistake on my part. It should have been AND because I wanted to make sure the DatePart is not Y, M and D.

Anyway, thank you for your help, because it seems to be working for me now.
by winstein
Mon Mar 11, 2013 6:18 am
Forum: Beginners
Topic: Complex Logical Statements (Boolean Operator problem)
Replies: 2
Views: 12878

Complex Logical Statements (Boolean Operator problem)

There is a type of logical statement that I have trouble getting to work, which is Boolean-related, because most of the time, it results in an error or it's not working. In the following statement, I want to apply an "OR" statement for three different relational conditions, but I couldn't get the "O...
by winstein
Thu Jan 03, 2013 6:33 am
Forum: Beginners
Topic: Copy text through WriteLn
Replies: 4
Views: 13398

JRL wrote:

Code: Select all

//get text from the clipboard and assign it to the variable "data"
GetClipBoard>data
//Write the value of "data" to a file
WriteLn>%temp_dir%clipboard_text.txt,wres,data
Thanks for the advice!
by winstein
Thu Jan 03, 2013 2:23 am
Forum: Beginners
Topic: Copy text through WriteLn
Replies: 4
Views: 13398

What I meant is that, after you copied the text (say, after pressing Ctrl + C), then I want to use this copied text and put it into a file directly, without the need to open the file and paste it. Basically pasting the content at the end of the file without actually opening the file. Would that be p...
by winstein
Wed Jan 02, 2013 4:23 am
Forum: Beginners
Topic: Copy text through WriteLn
Replies: 4
Views: 13398

Copy text through WriteLn

How do I implement copied text into a text file through WriteLn?

Thanks for reading.
by winstein
Wed Jan 02, 2013 3:20 am
Forum: Beginners
Topic: Text Capture function help
Replies: 1
Views: 5187

Text Capture function help

When I attempted the Text Capture function on, say, a webpage's text, it didn't do what I wanted it to do: capture text. To elaborate on what I mean by the text, basically, the text can be highlighted and copied. Even the input text in the "Post a New Topic" in this forum cannot be captured. The onl...
by winstein
Wed Jan 02, 2013 3:08 am
Forum: Beginners
Topic: Perform a function if the program can't continue
Replies: 2
Views: 6023

In a way, yes.
by winstein
Fri Dec 07, 2012 10:46 am
Forum: Beginners
Topic: Prompt Script End if Error Message is encountered.
Replies: 3
Views: 7116

Look at help for OnEvent> You could use image recognition in a custom event. (might be a lot of overhead and slow things down) Or you might be able to perform an action (such as Exit>) based on the error window name. I see. However, since the error message of the program I am using is quite similar...
by winstein
Thu Dec 06, 2012 2:47 pm
Forum: Beginners
Topic: Prompt Script End if Error Message is encountered.
Replies: 3
Views: 7116

Prompt Script End if Error Message is encountered.

Is there any way to stop the script when an error message pops up? What I am thinking is that, in case there is an error message while the script is being performed, then the script will immediately end. One thing I thought of is to use Image Recognition to scan the error message if it pops up, but ...
Sign up to our newsletter for free automation tips, tricks & discounts