home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 1998 December / PCM_9812.iso / programi / winutil / WINUTILS.INI < prev    next >
INI File  |  1998-02-08  |  2KB  |  96 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. [clock]
  29. ; used by WINTIME
  30. sleep=10
  31. display=true
  32.  
  33.  
  34. [Events]
  35. ; If Hide=true, the icon is hidden whilst running
  36. ; Set Hide=false to display the icon
  37. Hide=false
  38. ; The number of events for WINTIME to run
  39. NoEvents=3
  40.  
  41. ; Starts notepad at 9:05pm
  42. Event1=c:\windows\notepad.exe
  43. Time1=21:05
  44. Type1=Run
  45.  
  46. ; Plays a sound at 2:00am
  47. Event2=playsnd.exe c:\sound\snore.wav
  48. Time2=02:00
  49. Type2=Run
  50.  
  51. ; Sends a warning message at 9:00pm
  52. Event3=Notepad will start in FIVE minutes!
  53. Time3=21:00
  54. Type3=Msg
  55.  
  56.  
  57. [Shutdown]
  58. ; Option=R    - Restart the computer
  59. ; Option=C    - Close all programs and log on as different user
  60. ; Option=M    - Restart the computer in MS-DOS mode
  61. Option=C
  62.  
  63. ; If Hide=true, the icon is hidden whilst running
  64. ; Set Hide=false to display the icon
  65. Hide=false
  66.  
  67. ; Name of the Shutdown folder for the SHUTDOWN utility
  68. Folder=shutdown
  69.  
  70. ; Number of seconds to wait before SHUTDOWN closes the system down
  71. Delay=60
  72.  
  73.  
  74. [StartSnd]
  75. ; The number of sound events in your list
  76. ; The shareware version is limited to 2
  77. NoSnds=2
  78.  
  79. ; Times for the first event (ie when time is between time1f and time1s)
  80. time1f=21
  81. time1s=23
  82. ; This is the sound to play between 9:00pm and 11:00pm
  83. sound1=c:\sound\snore.wav
  84.  
  85. ; First time for second event
  86. time2f=9
  87. ; Second time for second event
  88. time2s=11
  89. ; Sound to play between 9:00am and 11:00am
  90. sound2=c:\sound\glass1.wav
  91.  
  92. [EndShare]
  93. ; If Hide=true, the icon is hidden whilst running
  94. ; Set Hide=false to display the icon
  95. Hide=false
  96.