Short: Executes script or cmd if =/! version Author: Kenneth C. Nilsen (kenneth@norconnect.no) Uploader: Kenneth C Nilsen (kenneth norconnect no) Type: util/boot Requires: kickstart 1.3+ Architecture: m68k-amigaos DoJob version 1.0 - Copyright © 1996 by Kenneth C. Nilsen. Freeware released under BBSoft (BBS support +47 755 22008) or by e-mail and web: Kenneth@norconnect.no http://www.norconnect.no/~kenneth/ (currently under reconstruction!) <>-----------------------------<> Introduction <>-----------------------------<> This little program is made for people which are not very happy with dos- script-making in for example the startup-sequence. You just tell the command that you require a kickstart version number that should fit or not fit and then if this criteria is forfilled it should execute a command or a script. Nice to have if you can softkick your machine and you want to softkick it to kickstart 40 if you currently run kick 39. All automatically of course. It can also be used for other purposes such as messaging and it can be used as a stand-alone program. <>-----------------------------<> How to use <>-----------------------------<> USAGE: DoJob [!] {VERSION} {C|S} {cmd|scr} ! = if not (defaults to IF ver=XX then ..) VERSION = 33,34,36,37,38,39,40,41 C|S = Command or script mode cmd|scr = Command or script to execute if (or if not) version is true If you then run it with these parametres: Example 1: DoJob ! 40 C "ReKick" The DoJob command will then check your kickstart and if it's NOT (=!) 40 if will execute the command ("C") "ReKick" Example 2: DoJob 39 S "S:Kickit.script" The DoJob will execute the dos script ("S") "s:Kickit.script" if the kickstart version currently is 39. Example 3: DoJob 33 C "c:Reboot" Will reboot the machine if kickstart version is 33. And so on. <>-----------------------------<> General info <>-----------------------------<> This is version 1.0. It's freeware. Do not however distribute the command without the whole archive containing this doc. Feel free to distribute the archive onto local BBS'es, AmiNet, FredFish and so on. You may NOT charge any fee for distribution except media costs. This software is released under BBSoft/Norway. Please contact me if you find bugs or want features implemented in later versions. Enjoy!