|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
<%@ LANGUAGE = PerlScript %>
<HTML> <HEAD> <TITLE>PerlScript Hello World!</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> <H1>PerlScript Hello world!</H1> <P> <SCRIPT LANGUAGE="PerlScript" RUNAT=Server> $Response->write("Hello world!"); chdir("e:websitequoterate"); use Win32::Process; Win32::Process::Create($Process,"term.exe"," ",0,DETACHED_PROCESS,".") | | die "Create: $!"; </SCRIPT> </BODY> </HTML> This is the code that I have been trying to use. This first parts were just tests to make sure that Perl was working. I am new to Perl and don't fully understand it yet. The process that I am trying to accomplish is: A user fills out a short form that then creates a txt file for the exe to read from. Once this is created I then need to call the EXE file which creates a new HTML file that I must some how then open. Any suggestions. thanks, Justin ------------------ Justin T. Martin Web Specialist Turner & Associates, Corp. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Executing an Application from perl on NT Server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|