Sponsored Content
Full Discussion: Run .exe inside shell script
Top Forums Shell Programming and Scripting Run .exe inside shell script Post 302758027 by Corona688 on Friday 18th of January 2013 10:56:10 AM
Old 01-18-2013
Yes, try the literal Windows path. The cygdrive path might not matter until you're actually inside Cygwin.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to run unix commands in a new shell inside a shell script?

Hi , I am having one situation in which I need to run some simple unix commands after doing "chroot" command in a shell script. Which in turn creates a new shell. So scenario is that - I need to have one shell script which is ran as a part of crontab - in this shell script I need to do a... (2 Replies)
Discussion started by: hkapil
2 Replies

2. Shell Programming and Scripting

How to run an SQL script inside a shell

How do I create a K Shell which would silently (without user input) logon to Oracle and run an SQL script? Any help will be greatly appreciated. Steve (1 Reply)
Discussion started by: stevefox
1 Replies

3. Shell Programming and Scripting

Run the command inside perl script

I have a command which will run fine in a unix command prompt. Can you tell how to interprete this command inside perl script...... The command is : perl -pe 's/(\|333\}.*)\}$/$1|1.6}/' FIA.txt This will search for the number 333 and appends 1.6 at the end of that line....... (1 Reply)
Discussion started by: vinay123
1 Replies

4. Shell Programming and Scripting

how to run shell script inside expect script?

I have the code like this : shell script continues ... .... expect -c" spawn telnet $ip expect "login:" send \"$usrname\r\" expect "Password:" send \"$passwd\r\" expect "*\>" send \"$cmdstr\r\" ... (1 Reply)
Discussion started by: robbiezr
1 Replies

5. Shell Programming and Scripting

can I run a exe which is at bin dir from my script.

Hello forum memebers. I have command which is exe of C- program from my script.i am writing a script which is under path /abc/xyz/test.sh. the script consist the command which is the exe of c-prog and the exe is present in the /abc/xyz/bin.if run the command from the /abc/xyz its running and if... (3 Replies)
Discussion started by: rajkumar_g
3 Replies

6. Shell Programming and Scripting

send arguments to a .exe file from a shell script

Folks , can anyone post a sample showing a way to parse a variable containing a string to a .exe file . Thanks Venu (2 Replies)
Discussion started by: venu
2 Replies

7. Shell Programming and Scripting

Interpretation of $variables inside programs run from a script

Hi, I am running a shell script that executes a program. Inside this program, variables are also referenced using a dollar symbol, eg. $a, $thething, and the shell script is misinterpreting them as variables relevant to the shell script rather than relevant to the program run from inside the... (2 Replies)
Discussion started by: TheBigH
2 Replies

8. Shell Programming and Scripting

Problem run script inside a gnome-terminal

hi, I would like to ask about using gnome-terminal command, I had a script that will run my VBOX VM in headless and i want to display the output(STDOUT) on the gnome-terminal window. The purpose that i want to display the STDOUT of the script cause i will used it or create a desktop shortcut for... (11 Replies)
Discussion started by: jao_madn
11 Replies

9. Shell Programming and Scripting

How to run scripts parallely inside shell script?

Hi , I have 4 scripts example script1,script2,script3,script4 . I have to run script1,script2 and script3 parallely since this 3 scripts dont have dependencies . Once script1,script2 and script3 got completed successfully , I have to trigger script4. Can someone help me on this how to... (10 Replies)
Discussion started by: vinothsekark
10 Replies

10. Shell Programming and Scripting

Capture run time of python script executed inside shell script

I have bash shell script which is internally calling python script.I would like to know how long python is taking to execute.I am not allowed to do changes in python script.Please note i need to know execution time of python script which is getting executed inside shell .I need to store execution... (2 Replies)
Discussion started by: Adfire
2 Replies
FS_GETFID(1)						       AFS Command Reference						      FS_GETFID(1)

NAME
fs_getfid - Display the fid for a given path in AFS SYNOPSIS
fs getfid [-path] path [-help] DESCRIPTION
The fs getfid command displays the FID for a given path in AFS. The FID is the internal identifier used by AFS encoding the volume name and the file within a volume. CAUTIONS
This command is not available on Windows prior to version 1.5.60. OPTIONS
-path path The path of the file (or directory). -literal Windows only: for a symlink or mount point, evaluates the specified object rather than the object it refers to. -help Prints the online help for this command. All other valid options are ignored. OUTPUT
The output contains the name of the file or directory, the FID, and the volume containing the FID. The Windows version also outputs the object type instead of using "File" to describe all objects. EXAMPLES
On Unix: % fs getfid . File . (536870918.1.1) contained in volume 536870918 % fs getfid /afs/example.com/foo File /afs/example.com/foo (536870918.20404.20997) contained in volume 536870918 On Windows: % fs.exe getfid \afsexample.eduuseroob \afsexample.orgusroblinktestsroken Directory \afsexample.eduuseroob (537235559.1.1) contained in cell example.edu fs: File '\afsexample.orgusroblinktestsroken' doesn't exist % fs.exe getfid \afsexample.eduuseroob \afsexample.orgusroblinktestsroken -literal Mountpoint \afsexample.eduuseroob (536873032.1162.16997) contained in cell example.edu Symlink \afsexample.orgusroblinktestsroken (536874416.27618.488969) contained in cell example.org PRIVILEGE REQUIRED
The issuer must be have read access in the directory containing the path to be resolved. COPYRIGHT
This document was written by Steven Jenkins, and is released under the IBM Public License Version 1.0. Jeffrey Altman made several suggestions and additions. OpenAFS 2012-03-26 FS_GETFID(1)
All times are GMT -4. The time now is 11:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy