home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / protocol / nfs / 3225 < prev    next >
Encoding:
Text File  |  1993-01-28  |  914 b   |  19 lines

  1. Newsgroups: comp.protocols.nfs
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!haven.umd.edu!darwin.sura.net!newsserver.jvnc.net!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sun4nl!dutrun!dutrun2!dutrwal.rc.tudelft.nl!vanderwal
  3. From: vanderwal@rc.tudelft.nl (Guus van der Wal)
  4. Subject: MSDOS-Batch-trick doesn't work with PCNFS loaded
  5. Message-ID: <vanderwal.11.728063894@rc.tudelft.nl>
  6. Sender: news@dutrun2.tudelft.nl (UseNet News System)
  7. Nntp-Posting-Host: dutrwal.rc.tudelft.nl
  8. Organization: Delft University of Technology
  9. Date: Tue, 26 Jan 1993 15:58:14 GMT
  10. Lines: 7
  11.  
  12. In a batch file I used to use the trick described in the MSDOS-5 manual on 
  13. page 510. I used this to test whether a directory exists or not.
  14. The command is IF EXIST c:\mydir\nul echo YES
  15. This returns YES if mydir exists.
  16.  
  17. When PCNFS40a is loaded this trick returns YES all the time
  18. Can anyone explain this?
  19.