gube has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks, i have done a program in perl while running the *.exe through vb it shows dosprompt after execution it disapear. Is there any system command or anyother way in perl to hide the dosprompt while running perl *.exe

Sorry, for the above question. Problem is i have created one *.bat file and i called the *.bat through schedule task to run every minute the dosprompt commands executing and off for every minute. Is there any commands in perl to not showing the command prompt while running for each minute.

Urgent, can any one help me please
Thanks in advance too.
Regards,
Gubendran.L

  • Comment on How to hide the Dosprompt while running exe

Replies are listed 'Best First'.
Re: How to hide the Dosprompt while running exe
by holli (Abbot) on Feb 07, 2005 at 17:15 UTC
Re: How to hide the Dosprompt while running exe
by Random_Walk (Prior) on Feb 07, 2005 at 17:19 UTC

    When perl is running you do not normally get a prompt back (unless you run it in the background on a unixish OS). When perl has completed you will be returned to the prompt if that is where you ran it from. How exactly are you invoking your perl script, by vb do you mean you are running it from Visual Basic ?

    If you can give us some more details someone will be able to help

    When windows is involved I should just keep my mouth shut :( Read the node holi++ points to and ignore me.

    Cheers,
    R.

    Pereant, qui ante nos nostra dixerunt!