Jul 31, 2007 #1 leev3 Technical User Jul 31, 2007 2 US Is there a way to string multiple commands on one line? for example transmit "blah blah blah^m" waitfor ?
Is there a way to string multiple commands on one line? for example transmit "blah blah blah^m" waitfor ?
Jul 31, 2007 #2 knob Programmer Oct 31, 2001 2,573 US No, this cannot be done. http://www.aspectscripting.com Upvote 0 Downvote
Jul 31, 2007 #3 kodr Programmer Dec 4, 2003 368 Is there a specific reason you want to do this? You could use a call to another procedure that had those commands in it. Upvote 0 Downvote
Is there a specific reason you want to do this? You could use a call to another procedure that had those commands in it.
Jul 31, 2007 Thread starter #4 leev3 Technical User Jul 31, 2007 2 US No, I can do it with a read from file, but it would make life easier with cutttting ang pasting. Upvote 0 Downvote