Tera Term Macro Examples 9,7/10 4917 votes

Inputbox inputbox Displays a dialog box prompting user to input a string. Inputbox [ []] Parameters string It is displayed in the dialog box. String It is displayed as the dialog box title. String (optional default='(empty)) The default string on edit control.

Integer (optional default=0) If it is non-zero, following strings in is treated as spacial character. Does not effect to. Input output ' ' n line feed t tab This option is obsolete. You are recommended to use the strspecial command. Return Value System variable The string entered by the user is returned.

Example inputbox 'Password:' 'Login' sendln inputstr See also •.

Feb 22, 2013 - In this example I want to get a specific string 'Missing' or 'Booting' on the.

Hi Enaiman, Thank you for your prompt reply. Kmplayer I have try to run to run that script, but I got the following error, Subscript used with non-Array variable.: For $i = 1 To $TTLarray[0] For $i = 1 To $TTLarray^ ERROR I try to search the remedy and found that removing the '[0]' works, but lead to other error as follow, Array variable subscript badly formatted.: ReDim $TTLvarArray[$aCounter][2] ReDim $TTLvarArray[^ ERROR It will be great if this script works in converting TTL to TXT!

I'm looking forward, thanks. Will this help you?

$string = ( 'Reading XnY.ttl.txt' ) $hex_x = ( $string, '(?s).*[^*]x ='([[:xdigit:]]+)'[^*]*', '$1' ) $hex_y = ( $string, '(?s).*[^*]y ='([[:xdigit:]]+)'[^*]*', '$1' ) $array_x = ( $string, 'sendln 'read 'x'([[:xdigit:]]+)', 3 ) $array_y = ( $string, 'sendln 'read 'y'([[:xdigit:]]+)', 3 ) $new = ' $i = 0 ( $array_x ) - 1 $new &= 'read ' & $hex_x & $array_x [ $i ] & $i = 0 ( $array_y ) - 1 $new &= 'read ' & $hex_y & $array_y [ $i ] & $hFile = ( 'My Desire Output.txt', 2 ) ( $hFile, $new ) ( $hFile ) Br, UEZ Edited April 11, 2011 by UEZ. Will this help you?

Sign in now to see your channels and recommendations! The playlist does not exist. Nov 23, 2009  Pogledam u tebe sve mi mirise na kraj led s tvojih hladnih ruku na kozi osecam Nije mi zao, ja u sebi ponavljam zastava bela za bol sto osecam ne znam, ne mo. Momcilo Bajagic - Bajaga. Unlimited DVR storage space. Live TV from 60+ channels. No cable box required. Babriniya slyozi tekst. Zebre I Bizoni This song is by Galija and appears on the album Daleko Je Sunce (1988). Zebre I Bizoni This song is by Galija and appears on the album Daleko Je Sunce (1988). Galija:Zebre I Bizoni Lyrics. VisualEditor History Talk (0) Share. Zebre I Bizoni.

$string = ( 'Reading XnY.ttl.txt' ) $array = ( $string, '(x =')([[:xdigit:]]+)[']', 3 ) $hex_x = $array [ 1 ] $array = ( $string, '(y =')([[:xdigit:]]+)[']', 3 ) $hex_y = $array [ 1 ] $array_x = ( $string, 'sendln 'read 'x'([[:xdigit:]]+)', 3 ) $array_y = ( $string, 'sendln 'read 'y'([[:xdigit:]]+)', 3 ) $new = ' $i = 0 ( $array_x ) - 1 $new &= 'read ' & $hex_x & $array_x [ $i ] & $i = 0 ( $array_y ) - 1 $new &= 'read ' & $hex_y & $array_y [ $i ] & ( $new ) Br, UEZ Oops, UEZ. I'm too into the Enaiman script and didn't notice that you have posted the reply. Thank you for help.

Macro

I try to run your script, but nothing happen. I notice a console write at the end of,that writes data to the STDOUT stream. But I don't understand how to exact the data. Please advise and thank you for your help.