richard winter writes:
> hi all...
> can anyone tell me 
> how do I initiate a script under bsd unix?
> 

   From the command prompt, you should just be able to type its name. 
Assuming the script is in your PATH, something like this shojld do this
trick:

     % myscript
     
   If the script is not in your path, you'll have to include he path,
perhaps like this:

     % /usr/local/bin/myscript
     
   Or, if the script is in your current working directory:
   
     % ./myscript

-- 
Todd N. Tolhurst                        Love is not love Which alters when 
[EMAIL PROTECTED]                           it alteration finds, Or bends with
http://www.toto.com/toto                the remover to remove.
                                          -- Wm. Shakespeare
____________________________________________________________________
--------------------------------------------------------------------
 Join The NEW Web Consultants Association FORUMS and CHAT:
   Register Today at: http://just4u.com/forums/
Web Consultants Web Site : http://just4u.com/webconsultants
   Give the Gift of Life This Year...
     Just4U Stop Smoking Support forum - helping smokers for
      over three years-tell a friend: http://just4u.com/forums/
          To get 500 Banner Ads for FREE
    go to http://www.linkbuddies.com/start.go?id=111261
---------------------------------------------------------------------

Reply via email to