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 :)