Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Perl - Run command(s) in background
Name: Sumanth Sharma Date: September 16, 2003 at 02:37:45 Pacific OS: Windows 2000 Professional CPU/Ram: P4 2.4GHz/512MB
Now my_app.exe could take 1 or two minustes to run. But irrespective of that I want to open notepad without having to wait for my_app.exe to run and complete.
MY QUESTION IS IS IT POSIBBLE TO RUN THESE PROCESSES(SYSTEM COMMANDS) IN THE BACKGROUND LIKE IN UNIX OR LINUX.
I.E IN LINUX ALL THAT I HAVE TO DO IS
`my_command &`; The ampersand is used to run "my_command" as a background process.
HOW DO I ACHIEVE THE SAME IN WINDOWS IN MY PERL SCRIPT.
Summary: Hi, I have a program that is used to backup several files. And it runs constantly. I have made this program in c++. I m using windows.h only. I want to run this application background everytime the c...
Summary: Sir, Can any one help me!! Sir i want to make a simple program that runs in background ( not visible to the end user) and whenever i logon to windows it ask me the user name and password to access ...
Summary: First, right click on "My Computer" then click Properties. Go to the advanced tab and click "Environment Variables". In the frame towards the bottom (the 2nd one), click "Path" and then Edit. Go to th...