home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / programm / 12002 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.3 KB

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!garnet.berkeley.edu!tchnd-au
  2. From: tchnd-au@garnet.berkeley.edu (Yuval Oren)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Soft Links under DOS (UNIX ln -s)
  5. Date: 12 Jan 1993 01:52:51 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 27
  8. Message-ID: <1it89j$sd5@agate.berkeley.edu>
  9. References: <1io3o4$p7n@agate.berkeley.edu> <1993Jan11.170104.6198@rei.com>
  10. NNTP-Posting-Host: garnet.berkeley.edu
  11.  
  12. In article <1993Jan11.170104.6198@rei.com> fox@rei.com (Fuzzy Fox) writes:
  13. >tchnd-au@garnet.berkeley.edu (Yuval Oren) writes:
  14. >
  15. >
  16. >One question:  How do you propose to be able to tell the difference
  17. >between a symlink file and a real file that happens to contain a
  18. >pathname?
  19. >
  20.  
  21. The link files will have a special header -- one that no other file
  22. would have, such as: @@@UVLINK FILE@@@
  23.  
  24. My symlink will support EXEC and also directory linking. One question,
  25. though -- how do I allocate a 81 byte area in a .com assembly file
  26. (I'm new at it). Can I just do:
  27.  
  28. DB    ?    ,81 
  29.  
  30. ? or something like that?
  31.  
  32. Yuval
  33.  
  34. -- 
  35. ________________________________________________________________________
  36. |Yuval Oren                                       |
  37. |yuval@ocf.berkeley.edu                                    |
  38. | "One spoiled green bird is worth two cooks in the other grass broth."|
  39.