in reply to sorry for the noob question, but I need to know how to hide the command prompt

Read up on the documentation for the PAR module and the pp utility that comes with it. pp allows you to compile your script as an executable. You can use the -g option to hide the console window.
  • Comment on Re: sorry for the noob question, but I need to know how to hide the command prompt

Replies are listed 'Best First'.
Re^2: sorry for the noob question, but I need to know how to hide the command prompt
by sr71000 (Initiate) on Mar 08, 2005 at 03:44 UTC
    I tried -g....it didn't work....as for the pp and stuff like that..i want it to stay uncompiled because individual people will need to be able to edit the files to work with their networks! Also, I'm going to try updating the software...see if that helps. I'm not sure if I have the newest version.