資源簡介
xshell6工具包,免安裝的綠化版xshell6工具包,免安裝的綠化版

代碼片段和文件信息
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??2018-06-19?13:22??Xshell.6NoCmd\
?????文件??????????24??2018-06-19?13:21??Xshell.6NoCmd\REDEME.txt
?????目錄???????????0??2018-05-27?10:42??Xshell.6NoCmd\Xshell\
?????文件????????3660??2018-05-27?10:37??Xshell.6NoCmd\Xshell\!綠化卸載.bat
?????文件??????158920??2017-10-20?13:22??Xshell.6NoCmd\Xshell\CrashRpt.dll
?????文件????????8214??2017-10-17?13:41??Xshell.6NoCmd\Xshell\crashrpt_lang.ini
?????文件????????2560??2013-07-08?14:12??Xshell.6NoCmd\Xshell\CrashSender.exe
?????文件?????????306??2017-10-17?13:41??Xshell.6NoCmd\Xshell\example.tkm
?????文件????????9484??2017-10-17?13:41??Xshell.6NoCmd\Xshell\filexfer.dat
?????文件??????400688??2017-10-17?13:41??Xshell.6NoCmd\Xshell\FnpCommsSoap.dll
?????文件?????1589040??2017-10-17?13:41??Xshell.6NoCmd\Xshell\FNP_Act_Installer.dll
?????目錄???????????0??2018-05-27?10:34??Xshell.6NoCmd\Xshell\HighlightSample\
?????文件????????2098??2018-04-18?13:24??Xshell.6NoCmd\Xshell\HighlightSample\New?Highlight?Set?(Sample).hls
?????目錄???????????0??2018-05-27?10:36??Xshell.6NoCmd\Xshell\Languages\
?????文件??????388608??2018-05-15?16:49??Xshell.6NoCmd\Xshell\Languages\XagentCHS.dll
?????文件??????967680??2018-05-15?16:52??Xshell.6NoCmd\Xshell\Languages\XshellCHS.dll
?????文件?????1305088??2018-05-15?16:51??Xshell.6NoCmd\Xshell\Languages\XshellCoreCHS.dll
?????文件??????700928??2018-05-15?16:51??Xshell.6NoCmd\Xshell\Languages\XtransportCHS.dll
?????文件?????1338816??2018-05-15?16:55??Xshell.6NoCmd\Xshell\nsactivate.dll
?????文件?????4861376??2018-05-15?16:55??Xshell.6NoCmd\Xshell\NsActivate_libFNP.dll
?????文件??????784320??2018-05-15?16:55??Xshell.6NoCmd\Xshell\nslicense.dll
?????文件??????162240??2018-05-15?16:55??Xshell.6NoCmd\Xshell\nsprofile2.dll
?????文件?????1350592??2018-05-15?16:55??Xshell.6NoCmd\Xshell\nsregister.exe
?????文件?????1108416??2018-05-15?16:55??Xshell.6NoCmd\Xshell\nsresource.dll
?????文件??????137664??2018-05-15?16:55??Xshell.6NoCmd\Xshell\nssecurity.dll
?????文件??????111552??2018-05-15?16:55??Xshell.6NoCmd\Xshell\nssock2.dll
?????文件?????1498560??2018-05-15?16:55??Xshell.6NoCmd\Xshell\nsssh3.dll
?????文件??????379328??2018-05-15?16:55??Xshell.6NoCmd\Xshell\nsutil2.dll
?????文件?????2792808??2018-05-15?16:55??Xshell.6NoCmd\Xshell\python34.dll
?????目錄???????????0??2018-05-27?10:34??Xshell.6NoCmd\Xshell\sc
?????目錄???????????0??2018-05-27?10:34??Xshell.6NoCmd\Xshell\sc
............此處省略14個文件信息
- 上一篇:《應用時間序列分析》 王燕 課后習題答案
- 下一篇:安卓開發課件.zip
評論
共有 條評論