User Tools

Site Tools


userspace:shutdown-wanted_with_timer

This is an old revision of the document!



This is a master copy. Click on <edit this page> and copy the contents under “snipp”. Then create the page for your own script, paste the content to the editor and modify it as you need it.

Programname Ver. 1.0

Tested with opsi X.Y.Z
requiredWinstVersion >= W.X.Y.Z
Files can be downloaded at http://www.

By <click on the button signature>

Tree:

insert the files and folders in the folder CLIENT_DATA, maybe use "tree" and copy and paste the output

Steps

  1. here you enter special steps, if needed. Explain it well, so an opsi-beginner can do it.
  2. step two
  3. step three

Change the following headlines to the names of your scripts

setup.ins

; Copyright (c) uib gmbh (www.uib.de)
; This sourcecode is owned by uib
; and published under the Terms of the General Public License.
; credits: http://www.opsi.org/credits/
 
[Initial]
DefStringList $list1$
DefVar $zeit$
 
set $list1$ = getOutStreamFromSection("DosInAnIcon_time")
set $zeit$ = takeString(0, $list1$)
 
LogLevel=2
;  Log Errors in Logfile but don't abort:
ExitOnError=false
; Show syntax errors in the script:
ScriptErrorMessages=on
; Dont trace step by step through the script:
TraceMode=off
; let started programs run in front of the winst window
StayOnTop=false
 
[DosInAnIcon_time]
@echo off
set NOW=%TIME%
set VORNULL=NEIN
if "! !"=="!%NOW:~0,1%!" set VORNULL=0
if %VORNULL%==0 set STUNDE=0%NOW:~1,1%
if not %VORNULL%==0 set STUNDE=%NOW:~0,2%
echo %STUNDE%
 
[Aktionen]
if $zeit$ > "21"
 
                Message "Herunterfahren ..."
                ShowBitmap /3 "%scriptpath%\shutdownwanted.png" "Herunterfahren"
                ExitWindows /ShutdownWanted
 
endif
 
if $zeit$ < "06"
 
                Message "Herunterfahren ..."
                ShowBitmap /3 "%scriptpath%\shutdownwanted.png" "Herunterfahren"
                ExitWindows /ShutdownWanted
 
endif

uninstall.ins

click on "edit this page" to see the complete source.

delsub.ins

click on "edit this page" to see the complete source.

myvbs.vbs

;this is my vbs-script...
echo click on "edit this page" to see the complete source.
userspace/shutdown-wanted_with_timer.1367266145.txt.gz · Last modified: 2021/08/23 08:37 (external edit)