Unable execute external process from CGI C++
up vote
1
down vote
favorite
I have a problem about call external process from CGI C++.
I want to run a macro (*.xls file) from CGI code directly but it's not working. I just see the EXCEL.exe process existing in the task manager (CGI run on APACHE). When I have run it on the command line then it worked.
system("start excel "C:Temp91a3e34f-e2e4-442f-af32-4a38bef95a8eFrfmMod91a3e34f-e2e4-442f-af32-4a38bef95a8e.xls"");
Does anybody help me?
c++ web cgi
New contributor
add a comment |
up vote
1
down vote
favorite
I have a problem about call external process from CGI C++.
I want to run a macro (*.xls file) from CGI code directly but it's not working. I just see the EXCEL.exe process existing in the task manager (CGI run on APACHE). When I have run it on the command line then it worked.
system("start excel "C:Temp91a3e34f-e2e4-442f-af32-4a38bef95a8eFrfmMod91a3e34f-e2e4-442f-af32-4a38bef95a8e.xls"");
Does anybody help me?
c++ web cgi
New contributor
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have a problem about call external process from CGI C++.
I want to run a macro (*.xls file) from CGI code directly but it's not working. I just see the EXCEL.exe process existing in the task manager (CGI run on APACHE). When I have run it on the command line then it worked.
system("start excel "C:Temp91a3e34f-e2e4-442f-af32-4a38bef95a8eFrfmMod91a3e34f-e2e4-442f-af32-4a38bef95a8e.xls"");
Does anybody help me?
c++ web cgi
New contributor
I have a problem about call external process from CGI C++.
I want to run a macro (*.xls file) from CGI code directly but it's not working. I just see the EXCEL.exe process existing in the task manager (CGI run on APACHE). When I have run it on the command line then it worked.
system("start excel "C:Temp91a3e34f-e2e4-442f-af32-4a38bef95a8eFrfmMod91a3e34f-e2e4-442f-af32-4a38bef95a8e.xls"");
Does anybody help me?
c++ web cgi
c++ web cgi
New contributor
New contributor
New contributor
asked 10 hours ago
Cuong Duong Huu
61
61
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Cuong Duong Huu is a new contributor. Be nice, and check out our Code of Conduct.
Cuong Duong Huu is a new contributor. Be nice, and check out our Code of Conduct.
Cuong Duong Huu is a new contributor. Be nice, and check out our Code of Conduct.
Cuong Duong Huu is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53371753%2funable-execute-external-process-from-cgi-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown