And*_*man 3 haskell ghci
我可以替换ghci窗口标题中的文本(即PowerShell.exe或cmd.exe窗口标题)吗?
ghci
bhe*_*ilr 7
System.Process.callCommand从process包中使用,您可以调用title可执行文件:
System.Process.callCommand
process
title
> :m System.Process > callCommand "title A new title for the console window"
Eug*_*Sh. 5
与执行任何shell命令的方式相同 - 使用:!.
:!
> :!Title NewTitle
归档时间:
11 年,8 月 前
查看次数:
97 次
最近记录: