Quantcast
Channel: All Open Tickets - Tera Term on OSDN
Viewing all articles
Browse latest Browse all 2128

TTL Macro outside of ttermpro.exe directory - Tera Term Ticket #36997 on OSDN

$
0
0

TTL Macro outside of ttermpro.exe directory

Eröffnet am: 2017-02-14 03:27

Letztes Update: 2017-02-14 03:27

Auswertung:(Anonym)Verantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FehlerSchweregrad:5 - Mittel
Komponente:Tera Term MacroStatus:Offen
LösungKeine

Einzelheiten

I am having an issue trying to send custom macros outside of the ttermpro.exe directory

Is there any way to set the macro directory prior to a command line launch?

For example:

subprocess.call(['C:\\Program Files (x86)\\teraterm\\ttermpro.exe','/C=COM1','/BAUD=115200', '/M=macro_outside_directory.ttl'])

This is an example of the command I use to launch teraterm. I want to be able to run the macro_outside_directory without having to copy and paste the ttl file into the program directory. So that's why I was wondering if there was a way I could call setdir concurrently with the launching of teraterm via command line.

Thank you for the help!

Letzte Aktualisierung für dieses Ticket

2017-10-04 03:42 Aktualisiert von: mikedavis

Kommentar

modify the teratrem.ini file or create an .ini file and set the ; Default directory for file transfers FileDir=(the dir you want)

example: ; Default directory for file transfers FileDir=C:\test\file


Viewing all articles
Browse latest Browse all 2128