edf 发表于 2023-9-1 12:26:34

【求助】【tintin++】windows10下如何使用#system启动外部程序

尝试了#system cmd.exe,#system tt++.exe,完全没有反应
说到底#system是执行哪个路径下的程序?bin下的吗?

求大佬答疑解惑

xgg 发表于 2023-9-1 13:15:33

首先没有windows上的tintin++,如果要调用外部程序,需要cygwin环境或者wsl环境。
如果你在使用Wintin++,那么你可以自行打包或静态编译cygwin中的bash、lua、git等核心组件,本来我打算打包一个,但是一看git就600多M,不比cygwin小多少,直接放弃。

dxxia 发表于 2023-9-1 13:57:38

#system 是在tintin++ 下的命令,需要你已经进入tintin++环境后使用
Command: #system {command}
         Executes the command specified as a shell command.

如果你是要在win10下使用tintin++,那么有两种方案
1. 直接下载wintin++ 使用
https://github.com/scandum/tintin/releases/download/2.02.31/wintin-2.02.31.msi
2. 使用WSL安装linux子系统,在其中使用tintin++,参见
https://tintin.mudhalla.net/install.php#Windows10

edf 发表于 2023-9-1 14:05:52

Installing WinTin++
A windows installer is available for download to install WinTin++, which exists of the PuTTY terminal and a TinTin++ binary. Wintin doesn't have shell capabilities, but otherwise it's an excellent TinTin++ port that works on Windows 95, 98, XP, Vista, 7, 8 and 10. For an interactive shell see the instructions for installing TinTin++ on Windows.
才看到Wintin doesn't have shell capabilities这句。。谢谢各位大佬

dtp 发表于 2023-9-1 14:07:39

不要沮丧,不要放弃,wintin++ 只是运行 tintin++ 的一种方式,而且还是最不常用的一种。
页: [1]
查看完整版本: 【求助】【tintin++】windows10下如何使用#system启动外部程序