home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 268.GIFV.SLC < prev    next >
Text File  |  1993-02-17  |  421b  |  21 lines

  1. ;
  2. ; GIFV.SLC
  3. ; Display all BMP Files in E:\WIN31
  4. ; then display them backwards
  5. ; When finished, BEEP 3 times
  6. ; All pictures use a delay of 2 seconds
  7. ; The slide show will use the Fade In/Out type
  8. ;
  9.         delay 2
  10.         slide-type-Fade
  11.         change-path E:\Win31\*.BMP
  12. :loop
  13.         loadnext :exit
  14.         goto :loop
  15. :exit
  16. :loop2
  17.         loadprev :exit2
  18.         goto :loop2
  19. :exit2
  20.         beep 3
  21.