1 頁 (共 1 頁)

1051 PORT SCAN in DOS

文章發表於 : 週一 7月 28, 2008 9:29 pm
閒閒魚
@echo off
rem ZC1051 read batch file

:loop
copyback temp0.txt f:\port0.txt 0 16 >nul
type temp0.txt
echo.
goto loop

Re: 1051 PORT SCAN in DOS

文章發表於 : 週二 7月 29, 2008 7:50 am
eject
魚大大辛苦
BAT寫得淺顯易懂
再有個Youtube就更完美了
_________________
Samedisk <- Engineers' Better Tomorrow !
USB SPI, NOR, NAND, I/O, Emulator, Romter, ICE
產品網址 http://www.samedisk.com
---------------------------------------------
我的部落格 http://d-ff.blogspot.com

Re: 1051 PORT SCAN in DOS

文章發表於 : 週三 7月 30, 2008 2:56 pm
閒閒魚
訂正. 開始要先設為輸入


@echo off
rem ZC1051 read batch file

echo 11111111 > f:\port0.txt

:loop
copyback temp0.txt f:\port0.txt 0 16 >nul
type temp0.txt
echo.
goto loop