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. rdp3678

    How do I create a loop to poll, exiting once correct text prints out?

    Here is how I'm trying to call it: while SUCCESS pause 15 transmit "getswsessionstatus 1^M" WaitList(30, "DownloadInProgress", "DownloadCompleted", $NULLSTR) if WaitListStat == 1...
  2. rdp3678

    How do I create a loop to poll, exiting once correct text prints out?

    Thanks Knob, but I'm still having an issue with this script. How do I pass the first line of the response thru the waitlist function? I feel that the second line "OperationSucceeded" is only being passed.
  3. rdp3678

    How do I create a loop to poll, exiting once correct text prints out?

    I'm loading software but it doesn't reply when it's complete. I need to query the unit periodically with a get_status command to find whether it's in progress or complete. The 2 different responses: DownloadInProgress OperationSucceeded DownloadCompleted OperationSucceeded Once I get the...
  4. rdp3678

    How do I create a loop to poll, exiting once correct text prints out?

    How do I create a loop to poll, exiting once correct text prints out from a "transmit" command?

Part and Inventory Search

Back
Top