Search found 2 matches

by JeffryDenn
04 Oct 2016 09:03
Forum: DOS Batch Forum
Topic: tobat.bat (Part of the BatFramework) - Drag and drop a file and turn it into batch
Replies: 28
Views: 21643

Re: tobat.bat (Part of the BatFramework) - Drag and drop a file and turn it into batch

It's in reference to other code in the github linked in the first post.

(that solution also limits input to natural numbers no more than the 32bit integer ceiling (2147483647) and fails for numbers prefixed by 0)
by JeffryDenn
04 Oct 2016 06:28
Forum: DOS Batch Forum
Topic: tobat.bat (Part of the BatFramework) - Drag and drop a file and turn it into batch
Replies: 28
Views: 21643

Re: tobat.bat (Part of the BatFramework) - Drag and drop a file and turn it into batch

It really seems like everybody tries a script like this at some point prior to finding this forum. I'd post mine but it doesn't really offer anything new other than support for multiple files and directories. I found that typically I got better performance by packing executables with UPX before enco...