It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Jul 2006
Age: 49
Posts: 6
|
Is it possible to execute a C++ console application through perl.We have a windows console application which needs to be run recursively at specified interval ,and the output from stdout to be collected.
Since the framework we are integrating with this application, provides interfaces through perl script, we wanted to explore if the above option is possible. If yes, samples or links will be very helpful. Thanks Jeremiah |
|
|
|
|
|
|
|
#2 (permalink) |
|
Member
Join Date: Jul 2006
Age: 25
Posts: 53
|
launch it through:
my $output = `application.exe "xxxparameters to be passed to the exe"`; Leave it blank of no parameters to be passed. Else system("Name of the exe.exe >> file where you would like to store the output"); Let me know if you need something else...or if this helps! |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UIMA SDK v 1.4.1 – Supports Perl and TCL | gabriel | JavaScript | 1 | 10-12-2006 01:49 AM |
| How to run a javascript then trigger perl | hailey | Perl | 2 | 07-23-2006 05:41 PM |
| Perl DBD::Oracle | andrew | Perl | 0 | 07-12-2006 04:52 PM |
| FTP GET for files from mainframes using perl | pedro | Perl | 0 | 07-07-2006 03:10 PM |
| FTP GET for files from mainframes using perl | chase | Perl | 0 | 07-02-2006 02:11 PM |