Search found 2 matches

by batmanbatman
09 May 2018 09:04
Forum: DOS Batch Forum
Topic: Create nul and all ascii characters with only batch
Replies: 110
Views: 132037

Re: Create nul and all ascii characters with only batch

"copy file /a newfile /b" is not work in win10. "Not work" means: 1. after create a file by makecab. 2. The first two byte created by makecab and skip 38 byte is correct. Eg: 81 1A .... 3. copy "tempfile" /a 129.chr /b" 4. 129.chr same of tempfile. (ie. fc 129.chr tempfile is no different). 5. If As...
by batmanbatman
06 May 2018 08:53
Forum: DOS Batch Forum
Topic: Create nul and all ascii characters with only batch
Replies: 110
Views: 132037

Re: Create nul and all ascii characters with only batch

The program is not work in win10. copy file /b newfile /a is not work in win10.