|
Sleep inserts a sleep Command in a Batchfile or other programs. The self-chosen
colors must submit in the RYB - format. All colors from the palette are permitted.
The respective current version is displayed in the title bar of the Help dialog.
Use:
| Code |
|
...\Sleep.exe /t:5 /bc:0,0,255 /tc:0,0,0
/hc:255,255,255 /mc:255,128,64 /m:
You can type Your text in here /wc:255,0,0 /s:0 /
tl:0 /tr:1 /trc:0,0,255 /pt:0
|
|
/t:
|
|
Sleeping 5 Sec.
|
|
/bc:
|
|
ProgressbarColor
|
|
/tc:
|
|
TextColor - Progressbar
|
|
/hc:
|
|
TextHighlightColor - Progressbar
|
|
/mc:
|
|
MessageColor
|
|
/m:
|
|
additional text which shall be displayed
|
|
/wc:
|
|
WindowBackgroundColor
|
|
/s:
|
|
works silently (without Window ) on(1)/off(0)
|
|
/tl:
|
|
Titlebar on(1)/off(0)
|
|
/tr:
|
|
Transparency on(1)/off(0)
|
|
/trc:
|
|
TransparencyColor
|
|
/pt:
|
|
ProgressBarText on(1)/off(0)
|
The transparency only works when vb_Sleep.dll and Sleep.exe are in the same directory. !!!!
Changelog:
Version 3.2; 2005/02/15:
- With the Switch /:pt You can remove the ProgressBar Text. I have translate ProgressBarText, HelpWindow, Error Message into English.
Version 3.1; 2004/10/23:
- You can play and stop the program with Stop'nPlay Button.
- You can save a file in the same folder like sleep.exe named Sleep_tick.wav.
- Sleep.exe play this file and repeat it every Second.
Version 3.0; 2004/09/21:
- Transparency
- Color modifications
- Silentmodus
- Title bar can be removed
|