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 IamaSherpa 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: Meah1
  • Order by date
  1. Meah1

    Looping a script

    awesome, I will slim it down. Thanks again for all your help/input,
  2. Meah1

    Looping a script

    heres what I found that works great. Thanks for all the input #define TRUE 1 proc main Set txpace 200 while TRUE transmit "chg^M" waitfor "TYPE: " transmit "" waitfor "TN " transmit "" waitfor "ECHG " transmit "yes^M" waitfor "ITEM " transmit "key 0 nul^M"...
  3. Meah1

    Looping a script

    Not sure I understand your response. I am trying to repeat a string of commands. My first script needs to restart so that the user does not have to restart the script manually for every phone. They need to be able to enter manually the TN and set type, everything else just needs "loop" around to...
  4. Meah1

    Looping a script

    ops, my two attempts. without a loop or restart. proc main transmit "chg^M" waitfor "TYPE: " transmit "" waitfor "TN " transmit "" waitfor "ECHG " transmit "yes^M" waitfor "ITEM " transmit "key 0 nul^M" waitfor " KEY " transmit "^M" waitfor "ITEM "...
  5. Meah1

    Looping a script

    I have written a simple script that removes key 0 from a set. this script is a manual script which will require manual input of TN and set type. The problem I am having is that I need this script to loop back around to the beginning after a set has been changed. Is there a command that restarts...
  6. Meah1

    Key Expansion Module 2616

    Thanks a ton. I was spining my wheels in class of service.
  7. Meah1

    Key Expansion Module 2616

    I am trying to add a Key Expansion Module for a 2616 Meridian on an Opt 81C. I cant find anything on the NTP's for programming only a description. What needs to be programmed in Class of service if anything? When trying to add key 16, 17 or 18 and higher I get a SCH code.

Part and Inventory Search

Back
Top