home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / bbs / RA / SHOW.BAT < prev    next >
Encoding:
DOS Batch File  |  1976-11-24  |  114 b   |  6 lines

  1. Rem - ShoW.BaT ßy: Code Buster (c) 1996
  2. type %1
  3. echo This file's name = %1
  4. for %%p in (%2) do find %%p
  5. pause
  6.