|
|
 |
tcltk-perl
[tcltk-perl] what is the equivalent terminal to " ksh -c" in HP-UX
by M.Srinivasa Rao other posts by this author
Feb 28 2005 1:47AM messages near this date
[tcltk-perl] execute the statement using the "exec ksh -c" in HP UNIX
|
[tcltk-perl] Tcl::Tk wiki available
I am migrating tcl scripts from unix to windows.I have following lines of
statements in tcl scripts.
exec ksh -c "${dirname}/exe name < $inputfname > $outputfname"
I am calling the tcl scripts using the perl interpreter in widows as well as
unix.
My requirement as follows
1) In windows I am able to execute the above statement given below .
exec cmd /c "${dirname}/exe name < $inputfname > $outputfname"
2) How can I replace the "ksh -c" in above statement in HP unix ?
I have tried using the 'hpterm' in place of ksh -c. But I could not
success.
Thanks in the advance for your help
With Regards,
Srinivas M
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Tcltk-perl mailing list
Tcltk-perl@[...].net
https://lists.sourceforge.net/lists/listinfo/tcltk-perl
|
|
|
 |
|