Search found 16 matches
Stop time
Looking for how to create a script that would finish at 9:00PM each day no matter which time it began. Conceptually, I think I need to grab the system time and craft an if statement that would go to a STOP label but where do I start.
HELP!
HELP!
- Sun Jun 04, 2006 7:41 pm
- Forum: Technical / Scripting
- Topic: Incoming Email --> Run Script
- Replies: 5
- Views: 6586
! What I perhaps poorly described as "pounding away" wasn't at all malicious, it was searching for new business that is first posted on a website and then emailed. There is no intention to use *this* program for that. If you re-read my response - that's what I was doing, with another program and I d...
- Sun Jun 04, 2006 1:51 am
- Forum: Technical / Scripting
- Topic: Incoming Email --> Run Script
- Replies: 5
- Views: 6586
- Sat Jun 03, 2006 4:58 pm
- Forum: Technical / Scripting
- Topic: Incoming Email --> Run Script
- Replies: 5
- Views: 6586
Incoming Email --> Run Script
Here's something I don't see posted. Can Macro Scheduler sit and look at an Desktop Outlook and/or Webbased Yahoo incoming email and start a script based on a subject line keyword? Is there perhaps something in Outlook itself that I (no pun intended) overlooked that can be used to activate an extern...
- Thu Aug 11, 2005 2:23 am
- Forum: Technical / Scripting
- Topic: Need a WebRecorder Developer: Upload Txt and Fill Form
- Replies: 2
- Views: 4626
Need a WebRecorder Developer: Upload Txt and Fill Form
I need a developer to help me upload some .csv data from a realtor website, and enter it into an online form. There are a few different forms but the funddamental field names are the same. Address, Br, Bth, List Price Sales Price etc. [email protected]
- Fri Feb 06, 2004 12:46 am
- Forum: Beginners
- Topic: Date conversion
- Replies: 3
- Views: 9271
I tried it and it didn't seem to work. Here is my latest (non-working) version. GCB>THEDATE Send>THEDATE ( Just to see if its in windows clipboard) MidStr>THEDATE,1,2,THEMTH Send>THEMTH MidStr>THEDATE,4,2,THEDAY Send>THEDAY MidStr>THEDATE,6,2,THEYER Send>THEYER MidStr>Date Happy Birthday,1,5,someval...
- Thu Feb 05, 2004 9:05 pm
- Forum: Beginners
- Topic: Date conversion
- Replies: 3
- Views: 9271
Date conversion
OK - I have a date in an Excel spreadsheet 01/01/04 that I need to copy and paste into another program as 010104. I'm stumbling over the code. I want to copy it to clipboard, convert it and paste. Ctrl-C yada yada yada GCB>DATE Let>NEWDATE=A Mid>DATE,1,2,MTH Mid>DATE,4,2,DAY Mid>DATE,6,2,YER Concat>...
- Thu Dec 18, 2003 8:48 pm
- Forum: Beginners
- Topic: Startup an associated shortcut w/executable file name
- Replies: 2
- Views: 7722
- Thu Dec 18, 2003 1:09 am
- Forum: Technical / Scripting
- Topic: Push Button in on a webpage using IE 6.0 SP1
- Replies: 1
- Views: 3943
Push Button in on a webpage using IE 6.0 SP1
Tried to write a script to push a button on a web page - Pushbutton> and MouseOver both didn't work.
Send>ME
wait>.5
Press tab
wait>.5
Send>Password
Wait>.5
MouseOver>Website,Login
Wait>.5
PushButton>WebsiteName,Login
HELP!
Send>ME
wait>.5
Press tab
wait>.5
Send>Password
Wait>.5
MouseOver>Website,Login
Wait>.5
PushButton>WebsiteName,Login
HELP!
- Thu Dec 18, 2003 12:30 am
- Forum: General Discussion
- Topic: Standard Wait>.5
- Replies: 3
- Views: 7656
Standard Wait>.5
Hi, I use this program to record my keystrokes. Often, as I'm running in an emulator, I go back and make all Wait statement >.5. is there anyway of setting it to that , or do a replace all? ( Replace All wait* didn't work!). -Wilfred
- Thu Dec 18, 2003 12:01 am
- Forum: General Discussion
- Topic: Standard Wait>.5
- Replies: 1
- Views: 5967
Standard Wait>.5
Hi, I use this program to record my keystrokes. Often, as I'm running in an emulator, I go back and make all Wait statement >.5. is there anyway of setting it to that , or do a replace all? ( Replace All wait* didn't work!). -Wilfred
- Wed Dec 17, 2003 11:46 pm
- Forum: Beginners
- Topic: Startup an associated shortcut w/executable file name
- Replies: 2
- Views: 7722
Startup an associated shortcut w/executable file name
I have a program that a shortcut points to an emulator C:\Program Files\Reflection\Help\CU.r2w - that is not a .bat or exe or com file. How can I get it to start up automaticly from a timed macro? It is assocaited with the .exe file r2win.exe. If I start r2win.exe it only starts the emulator without...
- Wed Dec 17, 2003 11:29 pm
- Forum: Beginners
- Topic: Get email aleart, log into website and click select
- Replies: 1
- Views: 8262
Get email aleart, log into website and click select
Hello everyone, I'm new to using this macro program and I was wondering if it could do the following: Wait for an email in Outlook for a certain email domain, open a browser to a website, login and click a botton that says "accept". I read the manual and frankly I have no idea of how to start if it'...