home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / dsharp10.zip / SHO.BAT < prev    next >
DOS Batch File  |  1993-01-24  |  281b  |  8 lines

  1. @echo off
  2. if "%1"=="" echo SHO filespec [filespec filespec...]
  3. if "%1"=="" echo to SHOW all these files one after another.
  4. if "%1"=="" goto end
  5. if not exist %1 echo          No File found! Maybe in another directory?
  6. for %%f in (%1 %2 %3 %4 %5 %6 %7 %8 %9) do show %%f
  7. :end
  8.