mirror of https://github.com/tp4a/teleport
规范助手安装包文件名。
parent
772fcf4537
commit
8508566a8c
|
@ -0,0 +1,7 @@
|
|||
#$language = "VBScript"
|
||||
#$interface = "1.0"
|
||||
Sub main
|
||||
crt.Screen.Synchronous = True
|
||||
crt.Screen.Send "session:" & crt.Arguments(0) & VbCr
|
||||
crt.Screen.Synchronous = False
|
||||
End Sub
|
Binary file not shown.
Loading…
Reference in New Issue