Can i run .bat file with in exe?

Issues related to Enigma Virtual Box
Post Reply
anermus
Posts: 2
Joined: Mon Sep 16, 2013 1:00 am

Can i run .bat file with in exe?

Post by anermus »

Before thanks a lot for this software really and i have both ask :)

I want run .bat file with in exe.is this posibble?

I hope this is posibble because very need thats for us

So there is have any option for this in the enigma virtual box?
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: Can i run .bat file with in exe?

Post by Enigma »

Hi anermus,

Enigma Virtual Box can't run bat files itself, but if your software runs bat file and you wish to merge it with the exe, then yes, it would be possible to pack this. Make sure that all options are enabled at the Options tab.
anermus
Posts: 2
Joined: Mon Sep 16, 2013 1:00 am

Re: Can i run .bat file with in exe?

Post by anermus »

thanks for informations Mr.Enigma :)
GEEKIT
Posts: 1
Joined: Mon Dec 02, 2013 1:10 pm

Re: Can i run .bat file with in exe?

Post by GEEKIT »

can i ask something?
i want to use enigmavirtualbox to store a batch file with the exe that runs it but i don't want the batch file to be stored on the drive, i just want to keep it in memory so that no buddy can modify the batch-file, is this possible :?:
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: Can i run .bat file with in exe?

Post by Enigma »

Yes, it is possible to do. You need to make an executable that runs this bat file.

But there is one restriction regarding bat files. When you will run it through exe, you need to run not the bat file itself, but the cmd commend with bat file in parameters, like this:

Code: Select all

cmd yourbat.bat
And when you will package it with EVB, check all settings on the Options panel.
Post Reply