home *** CD-ROM | disk | FTP | other *** search
/ Il Mio Computer 1998 June / MICO_06.ISO / WIN31 / WinUtils / winutils.exe / WINUTILS.INI < prev    next >
Encoding:
INI File  |  1997-10-11  |  1.8 KB  |  97 lines

  1. [NotClose]
  2. ; CLOSEALL will not close these applications
  3. Program Manager=
  4. Messaging=
  5. Schedule+=
  6.  
  7. [Notepad]
  8. left=1
  9. Right=1
  10. Top=1
  11. bottom=1
  12. header=" "
  13. footer=" "
  14. wrap=1
  15. Max=1
  16. filetype="*.htm"
  17.  
  18. [WordPad]
  19. left=1
  20. Right=1
  21. Top=1
  22. bottom=1
  23. FileType=A
  24. Font=Courier New
  25. FontSize=8
  26. Max=1
  27.  
  28.  
  29. [clock]
  30. ; used by WINTIME
  31. sleep=10
  32. display=true
  33.  
  34.  
  35. [Events]
  36. ; If Hide=true, the icon is hidden whilst running
  37. ; Set Hide=false to display the icon
  38. Hide=false
  39. ; The number of events for WINTIME to run
  40. NoEvents=3
  41.  
  42. ; Starts notepad at 9:05pm
  43. Event1=c:\windows\notepad.exe
  44. Time1=21:05
  45. Type1=Run
  46.  
  47. ; Plays a sound at 2:00am
  48. Event2=playsnd.exe c:\sound\snore.wav
  49. Time2=02:00
  50. Type2=Run
  51.  
  52. ; Sends a warning message at 9:00pm
  53. Event3=Notepad will start in FIVE minutes!
  54. Time3=21:00
  55. Type3=Msg
  56.  
  57.  
  58. [Shutdown]
  59. ; Option=R    - Restart the computer
  60. ; Option=C    - Close all programs and log on as different user
  61. ; Option=M    - Restart the computer in MS-DOS mode
  62. Option=C
  63.  
  64. ; If Hide=true, the icon is hidden whilst running
  65. ; Set Hide=false to display the icon
  66. Hide=false
  67.  
  68. ; Name of the Shutdown folder for the SHUTDOWN utility
  69. Folder=shutdown
  70.  
  71. ; Number of seconds to wait before SHUTDOWN closes the system down
  72. Delay=60
  73.  
  74.  
  75. [StartSnd]
  76. ; The number of sound events in your list
  77. ; The shareware version is limited to 2
  78. NoSnds=2
  79.  
  80. ; Times for the first event (ie when time is between time1f and time1s)
  81. time1f=21
  82. time1s=23
  83. ; This is the sound to play between 9:00pm and 11:00pm
  84. sound1=c:\sound\snore.wav
  85.  
  86. ; First time for second event
  87. time2f=9
  88. ; Second time for second event
  89. time2s=11
  90. ; Sound to play between 9:00am and 11:00am
  91. sound2=c:\sound\glass1.wav
  92.  
  93. [EndShare]
  94. ; If Hide=true, the icon is hidden whilst running
  95. ; Set Hide=false to display the icon
  96. Hide=false
  97.