I've just upgraded from MS8x to MS11 Pro. Recently I've seen references in these forums to various IE commands - IE_Navigate, etc.
I can't seem to find any documentation on these commands though. Is there anything in the new help file or online?
thanks,
Tim
Search found 13 matches
- Tue Jan 06, 2009 5:04 am
- Forum: Technical / Scripting
- Topic: Using IE Commands?
- Replies: 1
- Views: 3266
- Tue Sep 26, 2006 12:54 am
- Forum: Technical / Scripting
- Topic: Hyperterminal Scripting
- Replies: 2
- Views: 5856
- Tue Sep 26, 2006 12:19 am
- Forum: Technical / Scripting
- Topic: Hyperterminal Scripting
- Replies: 2
- Views: 5856
Hyperterminal Scripting
Has anyone ever tried to automate a HyperTerminal session? I'd like to be able to check for the certain text strings that appear when logging into the remote host. I've made some progress using "GetControlText" to monitor the connection status, but I can't get access to the actual data stream. Any t...
- Tue Mar 09, 2004 1:35 am
- Forum: Technical / Scripting
- Topic: Task Manager question
- Replies: 5
- Views: 6615
- Tue Mar 09, 2004 1:30 am
- Forum: Technical / Scripting
- Topic: bug: v7.2.050 / File Save in Editor
- Replies: 0
- Views: 4679
bug: v7.2.050 / File Save in Editor
I have discovered what I believe to be a bug in the script editor... An original script gets written over when a second script is opened/saved. Here's how to see the problem. (make sure you have a backup!) Launch Macro Scheduler Select a script. Launch the Editor While in the Editor, do a "File, Ope...
- Tue Mar 02, 2004 10:51 pm
- Forum: Technical / Scripting
- Topic: Testing CapsLock Status?
- Replies: 4
- Views: 8739
- Tue Mar 02, 2004 9:33 pm
- Forum: Technical / Scripting
- Topic: Testing CapsLock Status?
- Replies: 4
- Views: 8739
- Mon Mar 01, 2004 11:33 pm
- Forum: Technical / Scripting
- Topic: Testing CapsLock Status?
- Replies: 4
- Views: 8739
Testing CapsLock Status?
At a certain point in one of my scripts, I need to determine the state of the CapsLock key, and proceed accordingly. I grabbed the following VB script from the Microsoft website. However, it wil not compile. I'm really not much of a VB scripter yet though. Can someone advise me on how I might be abl...
- Sun Sep 28, 2003 1:25 am
- Forum: Technical / Scripting
- Topic: Mask password in dialog box?
- Replies: 8
- Views: 14018
Mask password in dialog box?
I would like to prompt the user for their login name and password from a dialog box.
Is it possible to mask an "edit" variable within a dialog box?
Is it possible to mask an "edit" variable within a dialog box?
- Tue Aug 12, 2003 3:52 am
- Forum: Technical / Scripting
- Topic: Launching XP's Task Scheduler Wizard?
- Replies: 2
- Views: 5203
Launching XP's Task Scheduler Wizard?
I'm attempting to write a script that launches Window XP's "Scheduled Task Wizard." Rather than recording a script to do the following steps: Start|Programs|Accessories|System Tools|Scheduled Tasks.... I would prefer to launch the wizard with a "Run Program>" command. Does anyone know the command li...
- Tue Jul 08, 2003 4:26 pm
- Forum: Technical / Scripting
- Topic: waiting for text in hyperterminal?
- Replies: 4
- Views: 9529
Very interesting approach! Hyperterminal can't capture to the clipboard. However, based on your concept, Im going to try this. 1. begin text capture to a temp file. 2. perform Readln on temp file until trigger is encountered. 3. stop text capture to temp file 4. start text capture to final file I'll...
- Tue Jul 08, 2003 3:10 pm
- Forum: Technical / Scripting
- Topic: waiting for text in hyperterminal?
- Replies: 4
- Views: 9529
During this terminal session, the user must request a report. It then takes from 5 to 30 seconds before the report begins. I prefer to begin Hyperterminal's text capture command when a certain string is encountered on the report. Otherwise, I'll end up having to capture a bunch of preliminary user i...
- Tue Jul 08, 2003 2:06 am
- Forum: Technical / Scripting
- Topic: waiting for text in hyperterminal?
- Replies: 4
- Views: 9529
waiting for text in hyperterminal?
I'm attempting to automate a task that we perform on a daily basis. This task involves the following steps: 1. dialing up to a remote host using Hyperterminal 2. logging in 3. requesting a report 4. then capturing the report to a text file. I'm trying to figure out if there's a way for my script to ...