Search found 8 matches
- Fri Oct 28, 2005 1:45 pm
- Forum: Beginners
- Topic: use macro scheduler to test an application
- Replies: 5
- Views: 8079
Testing a macro
Serhan, I have found that this is a common problem with most of the Macro Scripts. I hope someone will have a better idea than I have. What I had to do was write another script in VB6 that would run the script then post the action in a log file. Then have a check on the saved file, my script ran and...
- Fri Oct 28, 2005 1:36 pm
- Forum: Beginners
- Topic: Auto sign on
- Replies: 7
- Views: 11376
Auto sign on
You are correct the PC is locked in a way. When the Screen Saver is in operation there is a screen that indicates that the computer is locked. I then can unlock the screen by"Press Ctrl-Alt-Del to unlock this computer." But when I perform this action Macro Scheduler will drop me and I can not add th...
- Wed Oct 26, 2005 3:59 pm
- Forum: Beginners
- Topic: Auto sign on
- Replies: 7
- Views: 11376
Auto sign on
When I schedule a macro to run sometimes (always), the pc has gone into Screen Saver mode. Our PC's are set that the Screen Saver is not available to change, (Security). You must always sign back in after the screen saver has fired. When I push Cntl, Alt, Delete, for the sign on screen it will exit ...
- Wed Oct 26, 2005 3:51 pm
- Forum: Beginners
- Topic: Delete lines
- Replies: 1
- Views: 3586
Delete lines
I have built a script that will get data and paste it into notepad.txt file. The amount of lines is always random, sometimes 20 and other times 103, etc. I need to delete some lines at the end of the document that will not always be the same number. I have the script find a key word and I would like...
- Thu Sep 01, 2005 6:51 pm
- Forum: Beginners
- Topic: Input Date
- Replies: 2
- Views: 4608
Date problem
Thanks, it worked perfectly. I wish I had asked sooner. I would have saved my self many hours. I used the VB script.
Again Thanks
Again Thanks
- Thu Sep 01, 2005 6:26 pm
- Forum: Technical / Scripting
- Topic: How to capture output
- Replies: 6
- Views: 7128
Capture data
I have a Telnet session (3270), in which it returns my requested data which is shown on the screen in columns and lines. I am using RUMBA to access the session. My PC is Windows XP. My Excel is 2000. Sometimes the data is too large to appear on one screen it will be either several additional pages a...
- Thu Sep 01, 2005 5:11 pm
- Forum: Technical / Scripting
- Topic: How to capture output
- Replies: 6
- Views: 7128
How to capture output
When I run the macro to obtain an output I am having a problem in capturing the data. Is there a way to capture the output in a text format and place it in Notepad. If I use the cntrl keys it takes a picture of the data in which I can not import into an Excel sheet. I have found I can Left click and...
- Thu Sep 01, 2005 5:04 pm
- Forum: Beginners
- Topic: Input Date
- Replies: 2
- Views: 4608
Input Date
I have built a script in which there is one location that requires a date field to be populated. My problem is that I would like to have the date placed automatically and updated each time it ran. I have to run the report for today, tomorrow and the next day. I have to place the date in manually. Is...