Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: teletubby5e
  • Order by date
  1. teletubby5e

    how to insert ALTERNATING ROWS via VBA

    THANKS. BUT I AM NOT TRYING TO PERFORM ANY SORTING THOUGH. AND THE INSERT IS WHAT I AM TRYING TO DO, INSERT A BLANK LINE. HERE IS THE TROUBLE THAT I RAN INTO WHEN I DID THE MACRO RECORD THIS MORNING. IT WANTS TO START AT THE CELL NUMBERS I WAS DOING THE RECORDING IN, NOT THE ACTIVE CELL...
  2. teletubby5e

    how to insert ALTERNATING ROWS via VBA

    I need a little help with what seemed to me a simple task. I am just trying to insert a row on every alternating line in a spreadsheet, and for it to stop when it gets to the bottom. something along these lines. 1. start in the cell where the cursor is. 2. insert a line 3. if it as at the last...
  3. teletubby5e

    Octel Administration using command line tools

    Thanks for the reply, I have been out of this area for a while, but we ordered the book from Octel, and got our programmers to write some scripts to do batch dumps. It was more like SQL looking commands if I remember correctly than your usual MML or TL1 commands. Nothing like ENT-TN or...
  4. teletubby5e

    ASYNCH port config on 2500 series

    Thanks. You are right. It is a DB60 on a Model 2522 with about 10 serial ports, but looks like the first 2 wont do asynch. Great link you sent me, I was able to get to the Cisco Cable guide, and hopefully will be able to order the closest one to what I need. Thanks, Jeff
  5. teletubby5e

    ASYNCH port config on 2500 series

    Has anyone had any luck configuring a Cisco 2500 series router with an asynch cable to the serial interface of a device that normally requires directly cabling up with a laptop and female db9? I am trying to find out the part number for the cable that goes from what looks like a 68 pin...
  6. teletubby5e

    HIPATH 150E TO CISCO ASYNCH PORT FOR GUI

    Has anyone had any luck configuring a Cisco 2500 series router with an asynch cable to the serial interface of a Siemens PBX for being able to use the GUI via telnet instead of dialing in or hooking up directly? Thanks, Jeff
  7. teletubby5e

    hicom 150 GUI password different from that on console?

    Thanks, the GUI was already on the laptop when I came to work here, but no CD's. So I got my updated copy on ebay for $10.
  8. teletubby5e

    hicom 150e - where can i find the logs?

    Thanks for the help. I was able to click on the GUI, access the log information by clicking on MAINT, then MAINT button again, then was able to read the logs and save them to a text file for debugging.
  9. teletubby5e

    interfacing with siemens high com 300

    Also can send via TCP/IP using a serial port converter from MOXA or DIGI, or even (in theory) an asynch port on a Cisco router. (working on verifying that configuration now).
  10. teletubby5e

    hicom 150e - where can i find the logs?

    I am looking to find a debug mode on our phone system. It has the symptoms of losing power although other devices in that same UPS are not losing power. All sets go dark. By the time I race back there though, the lights are on , on the power cards. Ground is tight and measures good. Please...
  11. teletubby5e

    hicom 150 GUI password different from that on console?

    thanks. got it done. now now one more question. i can make the changes from the console (ext 200) is there a way to set up my station (237) to be an admin station? i have the gui, or i can do it from the console. it just appears that some of the admin functions are not available in the...
  12. teletubby5e

    hicom 150 GUI password different from that on console?

    Hello, I too have inherited a Hicom PBX. A model 150, that I have been logging into via a GUI program called Hipath. I can add and change stations and all that stuff. I can't seem to use the main console telephone set to log in and do administrative changes from that master set. I always...
  13. teletubby5e

    octel server issues affecting my aspect script

    I looked at my old scripts and see where I was using a ^C to wake it up for some reason, is that what you are using?
  14. teletubby5e

    Looking to gracefully busy multiple members of a trunk group

    here is one that uses an incrementing subroutine, and performs a function on a did group, after getting the strings for the trunk group, and the starting and ending number from a dialog box. you should be able to adapt it pretty easily .... PROC MAIN STRING STARTNUM STRING ENDNUM STRING...
  15. teletubby5e

    Looking to gracefully busy multiple members of a trunk group

    i would start with a recorded script from an actual session. you dont have to start your trunk1 off as an integer. make it a string. just use ATOI to do the math with later. i will look for a script that i have that increments like you are asking and post it later. but in the meantime...
  16. teletubby5e

    MAPISEND ERROR AFTER USING EUDORA

    Does anyone know of any interoperability issues with using Eudora's MAPI dll's and Procomm's mapisend script? Reason I am asking is that i have a script that has been working for a while, that emails the results of a cat command on a unix box at night via Outlook Express. I installed Eudora...
  17. teletubby5e

    CLIPTOFILE syntax with XP

    It saved me some lines in the script. Thanks again for teaching me a new command!
  18. teletubby5e

    CLIPTOFILE syntax with XP

    thanks knob, i had a set capture file statement screwing it up. anyway the script works fine now. i wish that there was a command called buffertoclipboard, but i got it done with a coupoe of sent keystrokes. but i will still post it in case someone does a search on it later .... but i have...
  19. teletubby5e

    CLIPTOFILE syntax with XP

    Has anyone had any problems using a script with the command cliptofile, when running under windows xp? i am trying to do what i thought was areal easy script. telnet to a server terminal reset to clear screen perform commands on server capture buffer to clipboard cliptofile mapisend file i...

Part and Inventory Search

Back
Top