Search found 2 matches

by huangqi329
Mon Sep 11, 2023 8:36 am
Forum: Enigma Virtual Box x86/x64
Topic: Support for BAT/CMD launch scripts
Replies: 4
Views: 12323

Re: Support for BAT/CMD launch scripts

I have the same question, Can I have a test version too?? Thanks a lot
by huangqi329
Mon Sep 11, 2023 7:30 am
Forum: Enigma Virtual Box x86/x64
Topic: can i involke a bat script in evb?
Replies: 1
Views: 6066

can i involke a bat script in evb?

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 ...