Re: run a DOS program without a DOS console

2008-10-14 Thread Gisle Aas
On Oct 14, 2008, at 9:57 , Octavian Rasnita wrote: > Hi, > > I've created a .exe program with perlapp.exe and I want to run an > external program in it, however I would like that console not to > appear. > > Now I use: > > system("7z x "); > > Is there another way of running this command w

Re: run a DOS program without a DOS console

2008-10-14 Thread Angelos Karageorgiou
Octavian Rasnita wrote: Hi, I've created a .exe program with perlapp.exe and I want to run an external program in it, however I would like that console not to appear. Now I use: system("7z x "); Is there another way of running this command without to appear a dos console? Try Win32::P

run a DOS program without a DOS console

2008-10-14 Thread Octavian Rasnita
Hi, I've created a .exe program with perlapp.exe and I want to run an external program in it, however I would like that console not to appear. Now I use: system("7z x "); Is there another way of running this command without to appear a dos console? Thank you. Octavian __