home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / KAND / EXPAND.ZIP / EXPAND.DOC < prev   
Encoding:
Text File  |  1991-10-07  |  1010 b   |  28 lines

  1. Here's an idea for bringing wildcard support to programs that don't normally
  2. accept wildcards. I found this posted in an old message on a pay service.
  3. I think the message was dated 1987. The writer (the sysop of the group) said
  4. he got it "several years ago" from Ward Christensen.
  5.  
  6. At any rate, the idea is simple yet elegant. You simply put "expand" in front
  7. of the command line, and use wildcards instead of filenames as program
  8. parameters.
  9.  
  10. Example 1:
  11.  
  12.     expand type *.doc
  13.  
  14. Entering "type *.doc" will cause DOS to return "file not found." Using
  15. expand.bat will get around this, and type every .doc file in your subdirectory.
  16.  
  17. Example 2:
  18.  
  19.     expand edit *.txt
  20.  
  21. Say you have a number of text files that need updating. Just move them to a
  22. working directory, and issue the above command (replacing "edit" with the
  23. name of your text editor). The files will be presented one by one for editing.
  24.  
  25. I'm sure you get the idea, and can come up with your own uses for expand!
  26.  
  27. -- Duane Paulson
  28.