This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
userspace:library:getmsversionmap [2014/11/22 18:54] GEI created |
userspace:library:getmsversionmap [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Titel | + | ====== getMsVersionMap.opsiinc ====== |
| + | \\ | ||
| + | read OS version and OS Type...\\ | ||
| + | Tested with opsi 4.0.4\\ | ||
| + | requiredWinstVersion >= 4.11.2.\\ | ||
| + | By // | ||
| + | placed in global library, such as %ScriptDrive$/ | ||
| + | call with | ||
| + | <code winst> | ||
| + | include_insert %ScriptDrive%/ | ||
| + | </ | ||
| + | |||
| + | === === | ||
| <code winst> | <code winst> | ||
| ; This sourcecode is partly owned by uib.de | ; This sourcecode is partly owned by uib.de | ||
| Line 8: | Line 20: | ||
| ; | ; | ||
| ; written by GEI (Detlef Krummel | ; written by GEI (Detlef Krummel | ||
| + | ; FILE " | ||
| + | requiredWinstVersion > | ||
| + | ; for debugging | ||
| ; based on: | ; based on: | ||
| ; https:// | ; https:// | ||
| Line 14: | Line 29: | ||
| ; http:// | ; http:// | ||
| - | ; for debugging | + | ; for debugging setLogLevel = 7 |
| - | setLogLevel = 7 | + | |
| DefStringList $MsVersionMap_List$ | DefStringList $MsVersionMap_List$ | ||
| Set $MsVersionMap_List$ = GetMsVersionMap | Set $MsVersionMap_List$ = GetMsVersionMap | ||