Results 1 to 3 of 3
Related
-
Execute external program in perl/cgi Forum: CGI Perl Forum
Replies: 2 -
Frontpage server extensions; publish from one remote server to another Forum: Web Hosting Forum
Replies: 0 -
Frontpage server extensions; publish from one remote server to another Forum: HTML Forum
Replies: 0 -
Execute data according to the weeks entered Forum: Website Scripts Forum
Replies: 6
-
04-16-2005, 10:13 PM #1
Is there a way to execute an EXE on the server?
is there a way to start an exe with cgi/perl on the server?
-
04-21-2005, 02:53 PM #2
Re: Is there a way to execute an EXE on the server?
i figured it out, i can use EXEC to do what i want, but one more question, if somone knows the answer... how can i get perl to not wait till it is done to finish the rest of the code?
-
04-22-2005, 06:04 PM #3
Re: Is there a way to execute an EXE on the server?
try
Code:system "nohup /path/to/process/bin/server.sh >/dev/null 2>&1 &";
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum