home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / kaypro / dcom.txt < prev    next >
Text File  |  1994-07-13  |  2KB  |  38 lines

  1. PEELING ONIONS WITHOUT CRYING
  2. by Gail Hall, PC.BUG, June 1987
  3.  
  4. (Uncovering some secrets of D.COM)
  5.  
  6. How is using computers like peeling onions?  When you peel onions
  7. they make you cry, and so does using computers -- sometimes. 
  8. Also, onions have lots of layers.  As you get one layer off,
  9. another layer is there to be worked at.  In the same way, while
  10. using computers, you can start at the surface, but as you get
  11. that layer off, you find more interesting stuff under that one,
  12. and then another and another.
  13.  
  14. A simple example of this happened to me just recently.  My system
  15. came with a program called D>COM on the CP/M program disk.  I
  16. have used this program many times.  However, when I first read
  17. the instructions, I did not understand a lot of what I was
  18. reading, so I remembered only what I did understand.  I was
  19. glancing through my "Read Me First" book and noticed the
  20. instructions for using D.COM.  Lo and behold, the instructions
  21. described some parameters which this author called switches.
  22.  
  23. If you type $UVS at the end of the command line, the directory
  24. will display the user area, attributes, and system files.  $u
  25. alone shows files in all user areas.  $v shows all these files
  26. plus it displays the user number (UN).  $s shows the system files
  27. which are normally not displayed.  These parameters, or switches,
  28. can be used together or individually.  you can find the user
  29. number for an individual file by typing:
  30.  
  31. D filename $uvs
  32.  
  33. or
  34.  
  35. D b:filename $uvs
  36.  
  37. So another layer is off, and I'm not crying.
  38.