Search found 2 matches
- 31 Jan 2014 14:09
- Forum: DOS Batch Forum
- Topic: modern reply.exe created using only batch
- Replies: 19
- Views: 25136
Re: modern reply.exe created using only batch
carlos wrote: > I calculate the length with a function that not use a goto loop, > because goto loop are slower. If you want fast code, don't use batch code. For me, the most important part of batch programming is readability. Reducing readability just to save a few milliseconds in a part of the co...
- 30 Jan 2014 05:09
- Forum: DOS Batch Forum
- Topic: modern reply.exe created using only batch
- Replies: 19
- Views: 25136
Re: modern reply.exe created using only batch
carlos wrote: > This generation of the executable using the function :genchr in > this script is a prototype, but can serve as a guide for creation > a binary using only batch, you only need change the hex data and > the filenames. Nice work. But why do you calculate the length of the line. Wouldn'...