Gweedo Share Posted February 18, 2004 Is there a way to convert a .bat file to .exe so that people can't view or fiddle with the code inside? Link to post Share on other sites
hurting101 Share Posted February 18, 2004 Not without losing speed and functionality. Link to post Share on other sites
xplatinum Share Posted February 18, 2004 Here you go http://nlsn.free.fr/batch-down/Bat2Exe.ZIP don't forget to read the readme. It doesn't 'echo' properly. but it works. Link to post Share on other sites
Gweedo Author Share Posted February 18, 2004 Here you gohttp://nlsn.free.fr/batch-down/Bat2Exe.ZIP don't forget to read the readme. It doesn't 'echo' properly. but it works. I've tried that and it gives me a .com file that doesn't work. Link to post Share on other sites
John Veteran Share Posted February 18, 2004 You want to compile a batch file so people can't see what programs you're launching? :huh: Link to post Share on other sites
Gweedo Author Share Posted February 18, 2004 write your code in cHow would I go about that?You want to compile a batch file so people can't see what programs you're launching? Sometimes I make mean little things that include passwords to my friends computers and sometimes other people read them and just might figure out that there are passwords there. I'm a little mischevious but I'm not that mean. Mainly I just don't want people to edit them sometimes. Link to post Share on other sites
PHINESTEIN Share Posted February 18, 2004 Encryption, e-n-c-r-y-p-t-i-o-n. Does this sound familiar? Link to post Share on other sites
John Veteran Share Posted February 18, 2004 I don't know of a way you can, though you can create an encoded VB script file (.vbe). Don't ask me how though, I just know they aren't plaintext files. Do some research if you're interested (Y) Link to post Share on other sites
nvme Share Posted February 18, 2004 How would I go about that? first, you learn the language. then you write your programs in the language. :) Link to post Share on other sites
Gweedo Author Share Posted February 19, 2004 first, you learn the language. then you write your programs in the language. That's kinda what I figured... Sounds like too much work. Link to post Share on other sites
Recommended Posts