Help needed for invoking an exe


 
Thread Tools Search this Thread
Operating Systems Linux Help needed for invoking an exe
# 1  
Old 08-02-2011
Help needed for invoking an exe

Hello,

Thank you for reading my Thread.
I am very very new to Perl / Shell Scripting here.
I m assigned some tasks here.

I have an exe file on our server.
I have to navigate to the path and invoke the exe file.

Can someone please guide me with that.

Thanks you,
Skaranth
# 2  
Old 08-02-2011
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

invoking script

hi all, is there a way to run a script upon invoking an application . for eg if i click on mozilla i want a script to run , before runniing mozilla , maybe ask a password or something only then open mozilla (2 Replies)
Discussion started by: mithun1!
2 Replies

2. UNIX and Linux Applications

Invoking URL from Unix

I want to post an XML message to a http url from my unix shell script. I have already tried using CURL and XDG-OPEN commands but these commands have to be installed separately, which is not possible at my end. Please suggest a way forward. (0 Replies)
Discussion started by: MeghaKhanna
0 Replies

3. Shell Programming and Scripting

Invoking VI editor

Hi, I'm using Linux through F-Secure. The VI editor I use doesnt support the syntax highlighter. Is there any way to invoke it? Thanks in advance Ananth (2 Replies)
Discussion started by: Ananthdoss
2 Replies

4. Shell Programming and Scripting

Invoking SP through Anonymous Block

Hi, I'm writing a Shell script to run a stored procedure through SQL*Plus using the below script and it works well. Test.sh $ORACLE_HOME/bin/sqlplus connect user/pwd@dbname @Test.sql Test.sql call sp_test_procedure() Now, similarly I want to run the below PL/SQL anonymous block... (1 Reply)
Discussion started by: Dev_Dev
1 Replies

5. Shell Programming and Scripting

Invoking a script

I am new to Unix. Could some tell me what are all the possible ways of invoking/executing a script, doesnt matter which shell you are in. Thanks (4 Replies)
Discussion started by: bobby1015
4 Replies

6. Shell Programming and Scripting

Help needed in invoking shell command in PHP

Hi all.. can u please let me know how to use the unix shell curl command in PHP scripting, sample of my code is given below, <?php $ch = shell_exec('curl -H "Content-type: application/json" -H "Accept: application/json" --data-binary '{"text" : "how to check the temperature?"}' -H... (5 Replies)
Discussion started by: vidhyaS
5 Replies

7. Shell Programming and Scripting

Invoking 2 scripts in 1 command

HI, I have 2 scripts main.sh and sub.sh, I want to invoke both these scripts in 1 unix command.. Something like... csh -f main.sh(sub.sh TIBCO) sub.sh returns a value as .., by taking this value main.sh prints a text. Can anyone help me to build this command Below are the scripts ////sub.sh... (3 Replies)
Discussion started by: bce_groups
3 Replies

8. Linux

invoking a java prog

Can any1 guide me how to invoke a java program from a sh file. do i need to set up the class path. how to include the needed jar files. (1 Reply)
Discussion started by: Dine
1 Replies

9. Programming

how To edit exe to insert a serial no wich can be usd by runing exe

At time of installation I have to open the resource. and i have to insert a string serial number in the exe. please provide me code to edit the exe (in solaris) to insert a serial number which can be used by exe at run time. (6 Replies)
Discussion started by: ssahu
6 Replies

10. Programming

pthreads invoking atexit()

I am trying to integrate a PRO*C mutlithreaded application. The application is invoking the atexit() function immediatly after executing the second sql function. I have set the thread attribute stack size to a larger amount. Does anyone have any other ideas on what would cause this. (1 Reply)
Discussion started by: andrewl68
1 Replies
Login or Register to Ask a Question