Help me convert from batch (.bat) to Execution file (.exe)

  • Thread starter Thread starter Le Canh Nam
  • Start date Start date
L

Le Canh Nam

Hi All
Please help me !!
I have a batch file develope in Windows 2000. This file
work correctly , but a don't want people who run this file
can read the content of this file. So I want to find a
tool or anyway to convert this file to exe file or anyway
to hide the content of this file.
Thanks a lot. I'm waiting for the reply.
Le Canh Nam
 
Le said:
Hi All
Please help me !!
I have a batch file develope in Windows 2000. This file
work correctly , but a don't want people who run this file
can read the content of this file. So I want to find a
tool or anyway to convert this file to exe file or anyway
to hide the content of this file.
Thanks a lot. I'm waiting for the reply.
Le Canh Nam

You could write and compile a Visual Basic program that when
executed would create your batch file, launch it, and then
delete it. ;-)
 
Back
Top