home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / hp48 / 4527 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.6 KB  |  43 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!gatech!hubcap!shawnee!crenner
  3. From: crenner@eng.clemson.edu (charles renner)
  4. Subject: Re: deleting libdat_v1.0 :<
  5. Message-ID: <1992Sep9.204535.14026@hubcap.clemson.edu>
  6. Sender: news@hubcap.clemson.edu (news)
  7. Reply-To: crenner@eng.clemson.edu
  8. Organization: College of Engineering, Clemson Univ.
  9. References: <188ae1INNftu@sam.ksu.ksu.edu>
  10. Date: Wed, 9 Sep 1992 20:45:35 GMT
  11. Lines: 30
  12.  
  13. You wanted to know how to delete files with spaces in them:
  14.  
  15. Here is the answer:
  16.  
  17.     1.  Put the name of the file in DOUBLE quotes on the stack, like this:
  18.         "FILE NAME".  (What I mean by double quotes is don't use the
  19.         single tic marks on the 'M' key.)
  20.  
  21.     2.  Type "#5B15h" (without the quotes).
  22.  
  23.     3.  Type SYSEVAL.
  24.  
  25.     You should now have 'FILE NAME' in single quotes on the stack, ready
  26. to be stored or purged.  There is a library for the HP available called "Util-C", in which this routine (\<< #5B15 SYSEVAL \>>) is called by the command BUILD.
  27.  
  28.  
  29.  
  30. ---
  31. +------------------------------------------------------------------------------+
  32.  
  33.                                     E-mail:  crenner@clemson.clemson.edu or
  34.     /----  /   / /   / /---- /   /           crenner@hubcap.clemson.edu
  35.    /      /   / /   / /     /  /             c210cr@cs.clemson.edu
  36.   /      /---/ /   / /     /\/   "...as the rich get rich, and the poor stay
  37.  /      /   / /   / /     /  \    poor, and the banks get fat, and the cops
  38. /----  /   / /---/ /---- /    \   get paid to look away as the one percent
  39.                                   rules America!" - Queensryche  
  40.  
  41. +------------------------------------------------------------------------------+
  42.  
  43.