Defining Parameters by Order and Flags
Some parameters may be used with flags while others or not. In this case FIXOFFS will look through the parameter list assigning specified parameters first. It assumes unspecified parameters to be values that have not been already been set with the specified parameters.
For example, if the log file has been specified but the INI file and output path have not, this works because the utility assigns the log file to mylog and then parses the remaining parameters in order, first the INI file, next the output path, and so on.
fixoffs fsiuser.ini -Log=mylog.log mypath\
© Copyright 2020, Oracle and/or its affiliates. All rights reserved. Legal notices.