toewrite Command
From Wiki077
(Redirected from Toewrite)
toewrite [-e 0|1] [-p 0|1] [-i] [-l] [filename]
Write out a toe file containing the entire active session.
Options
-s |
saves the file using the same method as "File -> Save" from the pulldown menus |
-a |
saves the file using the same method as "File -> Save As" from the pulldown menus |
-i |
if specified, then the filename is automatically "incremented". If using the -i option, don't specify a filename.
|
-l |
is used to create a link file. A link file is identical to the currently saved file except it has a well-defined name. For example untitled.35.toe would create a link file of untitled.toe. This link file can be used to simplify scripts, etc.
|
Examples
Default: save encrypted and compressed:
toewrite -e 1 a.toe
Save uncompressed:
toewrite -e 0 a.toe
Save all parameters:
toewrite -p 1 a.toe
Default: save only modified parameters:
toewrite -p 0 a.toe
