
NTFS文件流[已解決]最后由 czjt1234 于 -3-19 18:33
http://demon.tw/operating-system/ntfs-file-stream.html這個文件流的參考鏈接說明都是英文,看不懂誰能舉幾個例子?nclick="copycode($('code0'));">復制代碼
- @echo off
- ::By Demon
- ::http://demon.tw
- echo hello world>hello.txt
- echo http://demon.tw>hello.txt:hide.txt
- set /p url=<hello.txt:hide.txt
- start %url%
- pause

