'Connect' Macro not working in Windows 10
Eröffnet am: 2017-07-20 18:46
Letztes Update: 2019-12-07 06:08
Auswertung: | sachin_devasia | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 7 | Meilenstein: | (Keine) |
Typ: | Fehler | Schweregrad: | 7 |
Komponente: | Tera Term Macro | Status: | Offen |
Lösung | Keine |
Einzelheiten
I was trying to execute a .TTL script using Tera -Term macro on release teraterm-4.95.exe. But getting error "Link macro first. Use 'connect' macro" . The same script is running successfully on Windows 7 and is reporting error in Windows 10. Below is the script I used
:start connectstring = '/C=' inputbox 'Enter the COM port number of the optical probe:' 'Optical COM Port' '4' str2int portnumber inputstr if 0==result then
messagebox "That was not a valid COM port number, please try again." "Failed"
end
Kommentar
Win10 Pro and Win7 Pro require different macros.
We tested on a Win10 Pro machine. When we tested again on a Win7 Pro, the macro wouldn't run without modification. This is concerning. Any recommendations?