Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 1998 17:16:37 -0500
From:      Randall Hopper <rhh@ct.picker.com>
To:        freebsd-questions@FreeBSD.ORG, Leif Neland <leifn@image.dk>
Subject:   Re: doscmd: command not found
Message-ID:  <19980308171637.23101@ct.picker.com>
In-Reply-To: <Pine.BSF.3.96.980302014116.10891A-100000@darla.swimsuit.roskildebc.dk>; from Leif Neland on Mon, Mar 02, 1998 at 01:47:48AM %2B0100
References:  <Pine.BSF.3.96.980302014116.10891A-100000@darla.swimsuit.roskildebc.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
Leif Neland:
 | can't make doscmd execute anything.
 |
 |I have mount_msdos'ed the c: as /dos-c
 |
 |I have /etc/doscmdrc as follows:
 |
 |assign C: /dos-c
 |assign D: /dos-d
 |assign E: /dos-c/dbase
 |
 |I have tried lowercase C:
 |
 |Whatever I try, I just get "command not found"

 |Doug White:
 | DW> Did you make sure doscmd is installed?
 |
 |Installed? I get this message from doscmd.

If running an sh/ksh shell, try this:

   whence doscmd

If running csh/tcsh shell, try this:
 
   which doscmd

Make sure it prints a path to a file called doscmd.  If not, doscmd isn't
installed.

Randall


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980308171637.23101>