|
All versions of the Script Interpreter are used in the same fashion:
1. Run an interactive version of Partition Manager and prepare a script file as it described in the above sections.
2. Run the Script Interpreter from the command line in the following fashion:
In Windows:
<path>scripts.exe <path><script-file>
In DOS:
<path>psi.exe <path><script-file>
In Linux:
psi <path><script-file> |
|