Search found 3455 matches

by JRL
Thu Apr 14, 2005 3:18 pm
Forum: Technical / Scripting
Topic: Run Program not running
Replies: 8
Views: 9863

Did a search and found your post regarding xxcopy.

http://www.mjtnet.com/usergroup/viewtop ... ght=xxcopy

Thanks,
Dick
by JRL
Thu Apr 14, 2005 2:42 pm
Forum: Technical / Scripting
Topic: Run Program not running
Replies: 8
Views: 9863

Bob, You might try putting the offending line in a batch file, calling the batch file with "Run Program" and checking to see if you still have the problem. If the problem disappears, I might suspect a Macro Scheduler problem. If the problem persists, I would then suspect a problem with "xxcopy". I'm...
by JRL
Fri Apr 01, 2005 3:35 pm
Forum: Technical / Scripting
Topic: How to press the refresh button on IE?
Replies: 8
Views: 8992

Information for MS functions can be found by opening Macro Scheduler, then selecting "Help" then "Contents" then "Using Macro Scheduler" then "Script Commands". That said, rereading your initial post, I think Bob had the best solution for you. In answer to your question. From The MS help screen for ...
by JRL
Fri Apr 01, 2005 5:25 am
Forum: Technical / Scripting
Topic: How to press the refresh button on IE?
Replies: 8
Views: 8992

Can you use "MouseMoveRel" then "LClick"?
by JRL
Thu Mar 17, 2005 6:29 am
Forum: Beginners
Topic: Count number of times a string is in a text file
Replies: 8
Views: 12241

A couple of weeks ago I posted a sample that might assist you in your cause. See the post at: http://www.mjtnet.com/usergroup/viewtopic.php?t=1712 In your case, use ON as the delimiter for the "separate" command to split up the results of "readfile". Notice that "returnvar_count" will be one greater...
by JRL
Fri Mar 11, 2005 11:27 pm
Forum: Technical / Scripting
Topic: please help to solve a small problem with MacroScheduler
Replies: 9
Views: 10636

Try replacing the Send Character/Text line with the line:

Ascii>32

I really don't know what the difference is but I know that I've had to use the ascii function several times in the past.
by JRL
Fri Mar 11, 2005 4:48 am
Forum: Technical / Scripting
Topic: please help to solve a small problem with MacroScheduler
Replies: 9
Views: 10636

The second macro will send spaces but only if the file c:\PressSpace.tmp exists. Create a text file and name it "PressSpace.tmp". Make sure the file is located in your C drive root directory. You might also have a problem maintaining the game window as the current window. That is done with the "SetF...
by JRL
Thu Mar 10, 2005 4:16 pm
Forum: Technical / Scripting
Topic: Mouse pointer in Screen Captures
Replies: 9
Views: 11291

IrFanView, available at:

http://www.irfanview.com/

has a screen capture function that includes an option to include the mouse cursor.

Hope this helps
Dick
by JRL
Thu Mar 10, 2005 6:30 am
Forum: Technical / Scripting
Topic: please help to solve a small problem with MacroScheduler
Replies: 9
Views: 10636

For detecting the Enter key presses. Make the following an executable: deletefile>c:\PressSpace.tmp Label>rerun WaitKeyDown>VK13 Writeln>c:\PressSpace.tmp,result,press space WaitKeyDown>VK13 deletefile>c:\PressSpace.tmp goto>rerun To send a space every 1/2 second. Create a second macro with the foll...
by JRL
Mon Feb 28, 2005 3:06 pm
Forum: Technical / Scripting
Topic: New To ReadFile - Help Required
Replies: 12
Views: 14568

CyberCitizen, Just saw your post this morning. Don't mean to intrude, but last week I was playing with using the separate command in conjunction with the readfile command to do a global search and replace. This script is crude, not well tested and would probably need to be altered for your specific ...
by JRL
Mon Feb 14, 2005 9:36 pm
Forum: General Discussion
Topic: Q about search on this forum
Replies: 3
Views: 6644

Me_again, Sorry you're stuck with IE. I use Firefox and it does not do what you just described. I did perform a search in Internet Explorer and had the same problem that you've experienced. One solution would be to right click on the search result and open it in a new window. This leaves the search ...
by JRL
Mon Feb 14, 2005 2:10 am
Forum: General Discussion
Topic: Detecting CapsLock State
Replies: 8
Views: 15614

Thank You, I look forward to the update. :D

Dick
by JRL
Sat Feb 12, 2005 4:13 am
Forum: General Discussion
Topic: Detecting CapsLock State
Replies: 8
Views: 15614

I have an ERP application written in COBOL that operates in a "runtime" under Windows OSs. It does not accept copy or paste of text. I use MS to "paste" text into fields within that application. The ERP app requires that you enter the data in upper case. Most users are in the software all day and ha...
by JRL
Fri Feb 04, 2005 11:13 pm
Forum: General Discussion
Topic: Detecting CapsLock State
Replies: 8
Views: 15614

Detecting CapsLock State

Back in March of 2004, tmallardi asked: "Can someone advise me on how I might be able to determine the state of the CapsLock key while running a Macro Scheduler script?" http://www.mjtnet.com/usergroup/viewtopic.php?t=808&highlight=capsoff I did not see that his question was answered at that time an...
by JRL
Sat Jan 15, 2005 3:31 am
Forum: General Discussion
Topic: file last modified time - Command
Replies: 2
Views: 5360

kpassaur, Just a thought. Instead of parsing for time, would this work: Use GetFileList to create list1 Wait>60 Use GetFileList to create list2 Wait>60 Use GetFileList to create list3 Process list1 Wait>60 Use GetFileList to create list4 Process list2 Wait>60 Use GetFileList to recreate list1 Proces...
Sign up to our newsletter for free automation tips, tricks & discounts