can i involke a bat script in evb?

Issues related to Enigma Virtual Box
Post Reply
huangqi329
Posts: 2
Joined: Mon Sep 11, 2023 6:47 am

can i involke a bat script in evb?

Post by huangqi329 »

I have a exe application, code by QT,and I involke a bat script in my exe like this:

QProcess diskpartProcess;
QString scriptPath = ".//rescan_disk.bat";
diskpartProcess.startDetached(scriptPath);

the bat file like this:
echo rescan | diskpart

my evb project like attched file:

but, when I pack all the files by evb, I can not involke the bat.

thanks for reply!
You do not have the required permissions to view the files attached to this post.
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: can i involke a bat script in evb?

Post by Enigma »

Hi, can you please make a sample application for us for testing? Put just execution of this bat file inside it, nothing more. Please send it at support@enigmaprotector.com.

Recent version of EVB has to support execution of bat files, probably your case is specific.
Post Reply