home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / WILD401.ZIP / EXAMPLES.ARJ / WTYPE.BAT < prev   
DOS Batch File  |  1990-10-28  |  314b  |  8 lines

  1. @echo off
  2. rem Will call DOS internal command TYPE for every file in the current
  3. rem directory, starting from the file specified by the first replacable
  4. rem parameter (%1). It will pause after each screenfull (using MORE)
  5. rem and after each file is typed (Wild parameter /p)
  6.  
  7. wild /pa type %1*.* wild = more
  8.