Mail Archives: djgpp/1997/02/02/03:58:35
On Fri, 31 Jan 1997, Marty Leisner wrote:
> cp foo.ps lpt1:
>
> which should work...
>
> instead I get a:
>
> Does foo.ps specify a file name
> or a directory name on the target
> (F = file, D= directory)?
This sounds awfully like the XCOPY command from MSDOS. Are you sure your
PCNFS installation doesn't come with cp.bat that calls XCOPY?
And btw, I think cp to a device won't work, because `access' fails on
devices. I have a patch for `access' to fix that, but you can always
redirect the output instead, or use cat > prn instead of cp.
- Raw text -