home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / EZY200-1.ARJ / EZYBATCH.ARJ / FEDDL.BAT < prev    next >
DOS Batch File  |  2003-02-22  |  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.