![]() | ![]() | ![]() | ![]() | ![]() |
Switch /0OK[:YesOrNo[,YesOrNo][,YesOrNo]] |
This is a PPWIZARD command line switch. You can set up your own default switches in the "PPWIZARD_OPTIONS" environment variable or in project files.
This can set the state of 3 separate situations where PPWIZARD has to decide whether it is OK to have 0 files as follows (the default is "NO" for all):
If you don't supply any parameter at all then all options are set to "YES", otherwise blank or missing options remain at their current value.
Examples |
You wish to say its OK for all situations to result in 0 files:
ppwizard /0OK *.it /output:out\*.htm
You wish to say its OK for 0 files to result after all masks but think
its and error of no files to be processed due to exclusions
ppwizard /0OK:YES,YES,NO *.it /exclude:a*.it /output:out\*.htm
You wish to say its OK for 0 files to result after exclusions are applied ("stupid" simplistic example):
ppwizard /0OK:,,YES *.it /exclude:*.it /output:out\*.htm
![]() | ![]() | ![]() | ![]() | ![]() |