home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / batsh220.zip / SAMPLE2.BSH < prev    next >
Text File  |  1995-06-09  |  909b  |  51 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.         * no ICON (hidden) 
  15.  
  16. .click here to start the demo,30
  17. ;*************************************************************** 
  18. ; icons
  19. wait off
  20. label This is not Program Manager
  21. play ding.wav
  22. icon progman.exe
  23. wait 2
  24. label This is not File Manager
  25. play ding.wav
  26. icon winfile.exe
  27. wait 2
  28. label Defaults
  29. play ding.wav
  30. icon stop
  31. wait 2
  32. play ding.wav
  33. icon exclamation
  34. wait 2
  35. play ding.wav
  36. icon question
  37. wait 2
  38. play ding.wav
  39. icon info
  40. wait 2
  41. play ding.wav
  42. show hide
  43. icon
  44. wait 2
  45. play ding.wav
  46. show normal
  47. wait 2
  48.  
  49.  
  50.  
  51.