[wplug] Linux Bat Files

Bill Moran wmoran at potentialtech.com
Thu Aug 25 13:14:17 EDT 2005


"Mark A" <mamaral at brandinteractive.com> wrote:

> Jed marktest.bat
> (typed into file)  mkdir /var/www/docs/hobohound.org
> (saved the file, exited jed editor)
> 
> Back in shell mode typed:  chmod +x marktest.bat
> 
> I got an error "command not found".  I have tried many different ways of
> wording it and am getting no where.

The problem is that the system doesn't know where to look for marktest.bat.

You either need to put that file in to a standard binary directory (such
as /bin or /usr/bin) or give the full path of the file when you
try to execute it.  (you can use ./marktest.bat if it's in the current
directory)

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com


More information about the wplug mailing list