home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 585.EXAMPLE.BAT < prev    next >
DOS Batch File  |  1992-05-24  |  347b  |  19 lines

  1. echo off
  2. rem then display the sample dialog box
  3. type sample.txt
  4. pause No icon
  5. rem now display 6 different icons
  6. iconload info.c
  7. pause Icon INFO.C
  8. iconload info4.c
  9. pause Icon INFO4.C
  10. iconload query3.c
  11. pause Icon QUERY3.C
  12. iconload dialog.c
  13. pause Icon DIALOG.C
  14. iconload warn.c
  15. pause Icon WARN.C
  16. iconload warn2.c
  17. pause Icon WARN2.C
  18.  
  19.