摘要: ; > Get Time gettime timestr "%Y%m%d-%H%M%S" ; >Get current pathgetdir mdir sprintf2 filename '%s\Log\%s_%s.log' mdir Macstr timestr 阅读全文
posted @ 2022-06-13 11:38 江南王小帅 阅读(40) 评论(0) 推荐(0)
摘要: fileopen fhandle 'sfcs.txt' 0 while 1 ; Read a line from the file. filereadln fhandle line filereadln fhandle line if result=1 then break endif strspl 阅读全文
posted @ 2022-06-13 11:36 江南王小帅 阅读(38) 评论(0) 推荐(0)
摘要: :input_MAC inputbox 'please Input MAC:' 'please Input MAC' strlen inputstr if result != 12 then goto input_MAC else Macstr = inputstr endif 阅读全文
posted @ 2022-06-13 11:35 江南王小帅 阅读(380) 评论(0) 推荐(0)