Previous Topic: Specify the Target Platform for a ScriptNext Topic: Example: Scripts


Example: Preprocessor Commands

#IF WIN16 OR WIN32
#DEFINE WINDOWS
#INCLUDE windows.ncs
#ELSEIF OS2
#DEFINE IBMOS2
#INCLUDE os2.ncs
#ENDIF
#IF WIN32

REM update windows registry
…
#ELSE
REM update INI file
…
#ENDIF