Opsi winst manual
Verfasst: 25 Jul 2014, 16:10
...
6.2.4 opsi-winst Path and Directory
%ScriptDrive%: he drive where the just executed opsi-winst script is located (including the colon)."
...
Execept grammar fout he=the, is this really the notation to use for a drive where the script is located?
If I us this notation then happens this:
...
[4] [Jul 25 15:50:58:676] [test-subfunction] Warning: file not found
::\windowsupdate\install.ins -retrying
...
If I run it as %ScriptDrive% , thus, without colon then is this the result:
...
[6] [Jul 25 15:58:29:481] [test-subfunction] ~~~~~~~ Start Sub ~~~~~~~ sub "P:\windowsupdate\install.ins"
[6] [Jul 25 15:58:29:481] [test-subfunction] Section ending since next line is starting with "["
[6] [Jul 25 15:58:29:481] [test-subfunction]
[6] [Jul 25 15:58:29:481] [test-subfunction] ~~~~~~~ End Sub ~~~~~~~ sub "P:\windowsupdate\install.ins"
...
The subfunction of windowsupdate\install.ins will not run.
I am trying to run just a simple test of executing a subsection, so to be able later to gather all install scripts for a pc installs according to a specific department needs.
...
[Actions]
requiredWinstVersion >= "4.10.8"
sub "%ScriptDrive%\windowsupdate\install.ins"
...
I have no"[" character in the script. Do you have any idea what this can be?
Thanks,
D. Tepsic
6.2.4 opsi-winst Path and Directory
%ScriptDrive%: he drive where the just executed opsi-winst script is located (including the colon)."
...
Execept grammar fout he=the, is this really the notation to use for a drive where the script is located?
If I us this notation then happens this:
...
[4] [Jul 25 15:50:58:676] [test-subfunction] Warning: file not found

...
If I run it as %ScriptDrive% , thus, without colon then is this the result:
...
[6] [Jul 25 15:58:29:481] [test-subfunction] ~~~~~~~ Start Sub ~~~~~~~ sub "P:\windowsupdate\install.ins"
[6] [Jul 25 15:58:29:481] [test-subfunction] Section ending since next line is starting with "["
[6] [Jul 25 15:58:29:481] [test-subfunction]
[6] [Jul 25 15:58:29:481] [test-subfunction] ~~~~~~~ End Sub ~~~~~~~ sub "P:\windowsupdate\install.ins"
...
The subfunction of windowsupdate\install.ins will not run.
I am trying to run just a simple test of executing a subsection, so to be able later to gather all install scripts for a pc installs according to a specific department needs.
...
[Actions]
requiredWinstVersion >= "4.10.8"
sub "%ScriptDrive%\windowsupdate\install.ins"
...
I have no"[" character in the script. Do you have any idea what this can be?
Thanks,
D. Tepsic