home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / EZY110-1.ARJ / EZYBATCH.ARJ / FEDDL.BAT < prev    next >
DOS Batch File  |  1995-03-28  |  207b  |  8 lines

  1. @echo off
  2. rem %1 is the Drive
  3. rem %2 is the Path
  4. rem %3 is the Filename (no extension)
  5. rem %4 is the Extension (including ".")
  6. rem For VPic, if you just want to display it automatically
  7. dlshow %2%3%4
  8.