I have a very basic batch file, and it has only one line(for example):
echo hello world
I was searching for a program to convert this small file, to a windows executable(.exe), and I found two famous programs, one is called "BAT TO EXE CONVERTOR by F2KO"(http://www.f2ko.de/en/b2e.php) , and the second one is called "Advanced BAT to EXE convertor"(http://www.battoexeconverter.com/).
I downloaded both, and it worked! it actually converted to EXE! the only problem is, that my antivirus is blocking the EXE file(and deleting it everytime, I do something with it, even when I add an exception for that file on my antivirus, its still going to work only on my pc).
I want to convert the file, becuase I made a game with java, and I made it executable jar, and because I wanted to run this jar file, I needed to create a batch file, that will call the jar file and execute it. but if I will upload my game somewhere as a batch file, and just say "it is a game", I afraid that people won't believe me..
Is there any way, to convert the file, and send it to other people, without the antivirus blocking the file?