• 大小: 18.76MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-08-01
  • 语言: 其他
  • 标签: xshell  

资源简介

xshell plus 6绿色破解版,免安装,走过路过千万别错过。

资源截图

代码片段和文件信息

def Main():
xsh.Session.Open(“C:\\...\\NetSarang\\Xshell\\Sessions\\New Session.xsh“)
xsh.Screen.Synchronous = True #True or False
xsh.Session.Sleep(1000)

#*** WaitForString ***
xsh.Screen.WaitForString(“aaa“) # input “aaa“ in Terminal

#*** Send ***
xsh.Screen.Send(“cat /etc/passwd“)
xsh.Screen.Send(‘\r‘)
xsh.Session.Sleep(1000)

#*** Get Clear ***
ScreenRow = xsh.Screen.CurrentRow - 1
ReadLine = xsh.Screen.Get(ScreenRow 1 ScreenRow 40)
Items = ReadLine.split(‘:‘);
xsh.Dialog.MsgBox(Items[2])
xsh.Screen.Clear()

#*** Property ***
xsh.Screen.Synchronous = False
MsgProp = “Col:“ + str(xsh.Screen.CurrentColumn) + “ “
MsgProp = MsgProp + “Row:“ + str(xsh.Screen.CurrentRow) + “ “
MsgProp = MsgProp + “TermCol:“ + str(xsh.Screen.Columns) + “ “
MsgProp = MsgProp + “TermRow:“ + str(xsh.Screen.Rows) 
xsh.Dialog.MsgBox(MsgProp)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-03-21 09:55  Xshell Plus\
     文件        1022  2018-04-25 15:54  Xshell Plus\!卸载.bat
     文件        4107  2018-04-25 15:53  Xshell Plus\!绿化.bat
     文件      158920  2017-10-20 13:22  Xshell Plus\CrashRpt.dll
     文件        8214  2017-10-17 13:41  Xshell Plus\crashrpt_lang.ini
     文件      976904  2017-10-20 13:22  Xshell Plus\CrashSender.exe
     文件         306  2017-10-17 13:41  Xshell Plus\example.tkm
     文件        9484  2017-10-17 13:41  Xshell Plus\filexfer.dat
     文件      400688  2017-10-17 13:41  Xshell Plus\FnpCommsSoap.dll
     文件     1589040  2017-10-17 13:41  Xshell Plus\FNP_Act_Installer.dll
     目录           0  2019-03-21 09:54  Xshell Plus\HighlightSample\
     文件        2098  2018-04-18 13:24  Xshell Plus\HighlightSample\New Highlight Set (Sample).hls
     目录           0  2019-03-21 09:54  Xshell Plus\Languages\
     文件      388096  2018-04-23 18:41  Xshell Plus\Languages\XagentCHS.dll
     文件     1476608  2018-04-25 15:49  Xshell Plus\Languages\XftpCHS.dll
     文件      965632  2018-04-25 13:53  Xshell Plus\Languages\XshellCHS.dll
     文件     1301504  2018-04-25 14:05  Xshell Plus\Languages\XshellCoreCHS.dll
     文件      700928  2018-04-23 18:42  Xshell Plus\Languages\XtransportCHS.dll
     文件     1338304  2018-04-23 18:44  Xshell Plus\nsactivate.dll
     文件     4861376  2018-04-23 18:44  Xshell Plus\NsActivate_libFNP.dll
     文件      132592  2017-10-17 13:41  Xshell Plus\NsCopyHook3.dll
     文件      783808  2018-04-23 18:44  Xshell Plus\nslicense.dll
     文件      162240  2018-04-23 18:44  Xshell Plus\nsprofile2.dll
     文件     1108416  2018-04-23 18:44  Xshell Plus\nsresource.dll
     文件      137664  2018-04-23 18:44  Xshell Plus\nssecurity.dll
     文件       54208  2018-04-23 18:44  Xshell Plus\nssftp.dll
     文件      111552  2018-04-23 18:44  Xshell Plus\nssock2.dll
     文件     1498048  2018-04-23 18:44  Xshell Plus\nsssh3.dll
     文件      378816  2018-04-23 18:44  Xshell Plus\nsutil2.dll
     文件     2792808  2018-04-23 18:44  Xshell Plus\python34.dll
     文件     9434370  2017-10-20 13:23  Xshell Plus\python34.zip
............此处省略16个文件信息

评论

共有 条评论