@djrikki
Quote:
With AmigaDOS scripts it's:
IF 1.66 GE $smbfsver
It looks there's not lesser than option. (I remembered it should exist. At least in older AmigaOS versions ?)
Put IF ? into a script to get all arguments listed.
GT = greater than
GE = greater or equal
Quote: "NOTE: You can use NOT GE for LT and NOT GT for LE."
EQ = equal
...
(Edit: I found the documentation...)
sys:Documentation/C/
sys:Documentation/C/shell.doc
@AmigaOS devs
It's required to put IF into a script but when typing IF ? into a Shell it should display all arguments IMHO, shouldn't it ?!?
Edited by TSK on 2011/6/18 17:02:53
Edited by TSK on 2011/6/18 17:03:58