in reply to How to display the .pl process in command line

What exactly do yo want to do? Stop the command prompt window from immediately closing? Display the script that's running? I don't get what you want to know...

  • Comment on Re: How to display the .pl process in command line

Replies are listed 'Best First'.
Re^2: How to display the .pl process in command line
by astronogun (Sexton) on Mar 27, 2012 at 04:27 UTC
    What I want to do is... When I run my .pl file via Strawberry (CMD) or windows cmd it will display that the script is actually running.. Right now when I run the script it will display the C:\Users\Vin\Documents and a blinking underscore.. So if success it will display again the C:\Users\Vin\Documents note: the output of my script is via .txt file what i want to see in the cmd is somewhat like this: C:\Users\Vin\Documents\<file>.pl Processing.... Successful check the <file>.txt for the result or Execution failed.. (if the script have problems or failed to execute) something like that. hope that you got me thanks :)

      Use print to show progress messages.

      True laziness is hard work