Hi,
I'm using perl Tk and I have to call a couple of Windows commands but they are executed in a dosbox.
I want to prevent a dosbox is opened or at least hidden for the user. Is there any way to prevent that?
A dosbox is opened :
system ("test.txt|p erl prep|afbreek.ex e|klank.exe|per l kleur >output.pho") ;
system ("mbrola nl3 output.pho output.wav");
I'm using perl Tk and I have to call a couple of Windows commands but they are executed in a dosbox.
I want to prevent a dosbox is opened or at least hidden for the user. Is there any way to prevent that?
A dosbox is opened :
system ("test.txt|p erl prep|afbreek.ex e|klank.exe|per l kleur >output.pho") ;
system ("mbrola nl3 output.pho output.wav");
Comment