以前玩過的一個小技巧 可以將檔案藏在圖片中
copy /b 檔名1+檔名2+......檔名N(空一個格 )合併後的檔名
Easy is power
以前玩過的一個小技巧 可以將檔案藏在圖片中
copy /b 檔名1+檔名2+......檔名N(空一個格 )合併後的檔名
DOS樹狀清單
先執行
cmd /u
切到該資料夾
執行
檔名.bat
//code============================
@echo on
rem 註解 把 cmd/u註解(rem) 再輸入test.bat執行
cmd /u
pause
DIR /S /A:-D /B /O:N >> list.txt
list.txt
http://pbice.blogspot.tw/2010/11/dirunicode.html