home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / utility / batsh201 / sample2.bsh < prev    next >
Text File  |  1995-12-09  |  840b  |  46 lines

  1. REM demo with ICON and icon LABEL
  2. ;*******************************************************
  3. ; initial settings 
  4. label BATSH
  5. ;*******************************************************
  6. ; intro MESSAGE
  7. message DEMO to show ICONS
  8.  
  9.    BATSH can change it's appearance using icons from: 
  10.  
  11.         * existing applications
  12.         * ICON files
  13.               * predefined internal ICONS
  14.  
  15. .click here to start the demo,30
  16. ;*************************************************************** 
  17. ; icons
  18. wait off
  19. label This is not Program Manager
  20. play ding.wav
  21. icon progman.exe
  22. wait 2
  23. label This is not File Manager
  24. play ding.wav
  25. icon winfile.exe
  26. wait 2
  27. label Defaults
  28. play ding.wav
  29. icon stop
  30. wait 2
  31. play ding.wav
  32. icon exclamation
  33. wait 2
  34. play ding.wav
  35. icon question
  36. wait 2
  37. play ding.wav
  38. icon info
  39. wait 2
  40. play ding.wav
  41. icon
  42. wait 1
  43.  
  44.  
  45.  
  46.