home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / programm / 11557 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!rei2!fox
  3. From: fox@rei.com (Fuzzy Fox)
  4. Subject: Re: How could I copy protect Borland C++ on a network ?
  5. Message-ID: <1992Dec21.185443.2405@rei.com>
  6. Date: Mon, 21 Dec 1992 18:54:43 GMT
  7. References: <BUSSIERE.92Dec17150727@garrot.DMI.USherb.CA>
  8. Organization: Recognition Equipment, Inc.
  9. Lines: 17
  10.  
  11. bussiere@garrot.DMI.USherb.CA (Luc Bussieres) writes:
  12.  
  13. >Is there a way to protect Borland C++ from pirating on an nfs disk? 
  14.  
  15. Does NFS provide read-but-not-search access to a directory?  That is,
  16. allow programs to find files by name within the directory, but do not
  17. allow listing or searching the directory.  Thus a student could not go
  18. to the directory and type COPY *.* to get all the files.
  19.  
  20. Borland C++ unfortuantely does require read access to its files (not
  21. just execute access) because of its overlay management scheme.
  22.  
  23. -- 
  24. #ifdef TRUE        | Fuzzy Fox (a.k.a. David DeSimone)       fuzzy@netcom.com
  25. #define  TRUE   0  |
  26. #define  FALSE  1  |  "You have been recruited by the Star League to defend
  27. #endif             |     the Frontier against Xur and the Kodan Armada."
  28.