User Tools

Site Tools


jvs:fscan:manual:chapter2:writeover

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
jvs:fscan:manual:chapter2:writeover [2011/03/31 14:49]
127.0.0.1 external edit
jvs:fscan:manual:chapter2:writeover [2023/02/23 18:43] (current)
Line 1: Line 1:
 **fScan Reference Manual, Chapter 2 (CmdLineOptions): writeover** **fScan Reference Manual, Chapter 2 (CmdLineOptions): writeover**
-===== Writeover -- Write flag===== +===== Writeover -- Temporarily set file overwrite flag===== 
-====usage:==== +**usage:**\\ 
--w wfile\\ + ** -writeover**\\ 
--wL locfile\\ + ** -w** 
--wR roifile\\ + 
--wA anatoutfile\\ +The WRITEOVER command temporarily sets the internal OVERWRITE flag. 
--wE endfile\\ +By default, OVERWRITE is zero and any attempt to overwrite an existing file will generate an error message. 
--wW waitfile +If OVERWRITE is non-zero, write operations will overwrite existing data files without generating any message. 
-===== =====+When OVERWRITE is set using the WRITEOVER command, the flag remains set only until the next file writing command. This allows you to selectively indicate which data files to overwrite.\\ 
 +For example: 
 +<code> 
 +  -o exam.wdf -w     ; force writing of file named "exam.wdf", even if it already exists 
 +  -o -w              ; force writing of current data set to file, even if that file exists 
 +</code> 
 +The default behavior of the OVERWRITE flag can changed using the [[jvs:fscan:manual:chapter2:setoverwrite|-SET OVERWRITE]] command. 
 +<code> 
 +  -set overwrite    ; allow any file to be overwritten without generating error messages 
 +  -set overwrite 0  ; default is to not allow existing files to be written unless -w is used 
 +</code>
  
 **See Also:**\\ **See Also:**\\
 +[[jvs:fscan:manual:chapter2:output|Output]],
 +[[jvs:fscan:manual:chapter2:set|Set]],
 +[[jvs:fscan:manual:chapter2:setoverwrite|Set Overwrite]]
 +
 [[jvs:fscan|fScan Home]],  [[jvs:fscan|fScan Home]], 
 [[jvs:fscan:manual|fScan Manual]],  [[jvs:fscan:manual|fScan Manual]], 
 [[jvs:fscan:manual:chapter2|CmdLineOptions]],  [[jvs:fscan:manual:chapter2|CmdLineOptions]], 
 [[jvs:fscan:manual:help|Manual Help]] [[jvs:fscan:manual:help|Manual Help]]
jvs/fscan/manual/chapter2/writeover.1301582953.txt.gz · Last modified: 2014/08/04 16:03 (external edit)