There is an error in the script I posted before: if "press CANCEL to quit -- press NEXT PAGE to continue" is genereated then the script goes to LABEL 4 rather than LABEL 3. I've altered that now so thats not the problem.
The script is definitely getting as far as LABEL 3...I...
The script is definitely getting as far as LABEL 3...I changed the step to stop the script and it did that ok. I checked the PBX.KEY file in the Terminal Emulator install directory and found the keystroke was right so I'm a but stuck now.
HELP!
All,
I've made some modifications to my script based on your suggestions:
CAPTURE C:\USAGE
SET ext1 ""
ARGFILE "C:\CAPEXT.TXT"
LABEL 1
GETARG ext1
IF "ext1" == "1" GOTO 4
SEND "list usage extension ext1\r"
LABEL 2
WAITFOR 300 "Extension...
Here's my script. I can't use the print command since the switch has been upgraded but at the same time, I don't know how to send the keystroke for F7. As a consequence the script stops as soon as more than a page of data is listed. Anyone got any ideas how I can modify the script to send F7...
I have scripts that I used on Terranova to perform the following command (where ext1 is an extension from an arg file):
SEND "list usage extension ext1 print\r"
Since this office has now moved to Voice over IP, the tracker has been taken out and I have to use Terminal Emulator to run...
Geoff
Thanks for the help...so far!
My intention is to have a summary sheet showing how many jobs aperson has either "in progress" or "complete" at one time. This means the actual data and the summary are seperate sheets in the same workbook. I've tried implementing...
I've been wrestling with this problem for a while now so any help would be appreciated.
I have a spreadsheet showing jobs that are assigned to different people and what status each of those jobs is at: "complete" or "in progress".
I can count all the jobs that are either...
I've tried running this macro but it doesn't seem to delete any rows where the specified string is found (which I have changed to "list", since I want to delete all the rows which start with "list". Any feedback would be appreciated.
I know this may sound simple but I'm trying to write a macro for Excel that will find rows in a workbook containing certain strings of text and delete all those rows.
Anyone got any ideas, hints or tips?
I found a way to loop the script so that it reads extension numbers from a txt file. The script will contine to run until there are no more extension numbers in the file. By doing this, the script can be adapted for any range of extensions without having to alter the script.
CAPTURE c:\USAGE...
Thanks for the help so far. I've managed to get the script to read in an extension number from a file and use that extension in the "list usage extension" command. Can anyone tell me how to loop the script in a range of extensions, say 31000 to 31110?
Thanks.
I'm trying to write a script for Terranova that runs the "list usage extension <insert number here>" command and dumps the output to either a text file or an Excel spreadsheet. I've read another post on this forum relating to Terranova scripts but I can't find much else on the net and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.