The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How do i launch the script within a script?
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
How do i launch the script within a script?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
10-02-2006
RTM
Hog Hunter
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
Use the following if in the directory that the script resides:
#!/bin/csh
./data2
Or use this if it doesn't (change as needed):
#!/bin/csh
/myhomedirectory/data2
RTM
View Public Profile
Find all posts by RTM
Find RTM's past nominations received
Find RTM's present nominations given