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: *

  1. Stanggrn

    Open Different TXT files then put line for line into script

    Well I tried runnning the script that would have "Plus" symbols at the end of the line and that doesnt work either. Please help thanks
  2. Stanggrn

    Open Different TXT files then put line for line into script

    Ok I think I have it working sort of. The only thing is is I get the following Error Message after I select the file: Error 1: Value out of Range After I click ok on the error message then it asks if I want to stop the script. If I tell it no it continues and stops everytime everytime I put...
  3. Stanggrn

    Open Different TXT files then put line for line into script

    Thank you Knob, Ok I have the dialog file open window come up where I can choose the file, but How do I make the script read line by line in the file?
  4. Stanggrn

    Open Different TXT files then put line for line into script

    Needs some help with text files. I am having trouble starting a script that will enable the user to choose which txt file for the script to run on. Then after they choose it, it would TRANSMIT line for line with variables. (ie.. "+" at the end of the line means to continue to transmit the...
  5. Stanggrn

    CPU gets power, but no video unless I allow it to cool down.

    I think this might be a cooling problem. Check and make sure your fan is running properly.
  6. Stanggrn

    Need to repeat command and increment 1??

    Hank, The above script was written for the GTD5 due to there is no command (that I know of) that can do a through command... but the commands in the script are Titan 5500 DCS, because I knew those commands already. Now I can easily transfer the commands. Thanks, Jason
  7. Stanggrn

    Need to repeat command and increment 1??

    Sorry for the delay if any. Thanks Knob and Hank. I have gotten the script to work now. I had to convert the string variable to an integer useing atoi and the convert it back to transmit useing itoa. Heres the script complete. [code]string A string C integer B integer D integer Event proc...
  8. Stanggrn

    Making Script stop after receiving error message?

    I am trying to completely stop a command if it sees a deny response from the machine. Below is a script that I call to get it to stop. procError usermsg "!!!THIS COMMAND HAS BEEN TERMINATED!!! - Please VERIFY input. After verification enter correct ACCESS IDENTIFIER (AID)&quot...
  9. Stanggrn

    Need to repeat command and increment 1??

    Sorry for the confusion This is what the command looks like complete ed-t1::281:CTAG::CST:FMT=ESF,ALM=INH,MODE=FRCD; X=281 (what the user inputed) I would like for it to go to the next one like this ed-t1::282:CTAG::CST:FMT=ESF,ALM=INH,MODE=FRCD; I am trying to repeat the transmit at the...
  10. Stanggrn

    Need to repeat command and increment 1??

    The number of times to repeat can change.
  11. Stanggrn

    Need to repeat command and increment 1??

    I am relatively new to writing scripts in Aspect. I have run accros a rather difficult problem. I am trying to repeat the command and increment the variable that is inputed by 1. I would like to also be able to set when to stop the repeat of the command. Here is an example of what I am trying...

Part and Inventory Search

Back
Top