[^^Up^^] [Menu] [About The Guide]

 BLINKER Script Commands Overview

 # (comment)                   A script file comment
 // (comment)                  A script file comment
 @ (nested script)             Specify name of script file
 BATCH                         Specify to linker it is running in batch mode
 BEGINAREA                     Specify start of dynamic overlay area
 BLINKER CACHE EMS             Specify amount of EMS to be used for overlay caching
 BLINKER CACHE XMS             Specify amount of XMS to be used for overlay caching
 BLINKER CLIPPER PAGE          Enable / Disable automatic CA-Clipper 5.x code paging
 BLINKER DEBUG HANDLE          Specify output file handle for debugging routines
 BLINKER DEMONSTRATION DATE    Specify expiration date for demonstration version
 BLINKER DEMONSTRATION MINUTES Specify number of minutes for demonstration version
 BLINKER ENVIRONMENT CLIPPER   Change name of CA-Clipper environment variable
 BLINKER ENVIRONMENT NAME      Specify name of environment variable for Blinker run time options
 BLINKER ENVIRONMENT OVERRIDE  Specify that CLIPPER environment settings may override defaults
 BLINKER EXECUTABLE ALIGNMENT  Specify alignment size for new .EXE file.
 BLINKER EXECUTABLE CLIPPER    Specify default CLIPPER environment settings
 BLINKER EXECUTABLE COMPRESS   Specify compression factor for .EXE file
 BLINKER EXECUTABLE DUAL       Specify creation of dual mode executable.
 BLINKER EXECUTABLE EXTENDED   Specify linking of DOS extended executable
 BLINKER EXECUTABLE IPX        Specify number of IPX ecbs and send buffers
 BLINKER EXECUTABLE NOBLINK    Causes NO Blinker code whatsoever to be linked in
 BLINKER EXECUTABLE NODELETE   Create .EXE regardless of unresolved externals
 BLINKER EXECUTABLE REAL       Specify linking of real mode executable
 BLINKER EXECUTABLE SERIAL     Specify serial number to encrypt into .EXE
 BLINKER EXTMEM BLOCK          Specify extended memory allocation block size
 BLINKER EXTMEM LIMIT          Specify total extended memory to be allocated by the
 BLINKER HOST DPMI             Enable / disable extender's use of DPMI host.
 BLINKER HOST MESSAGE          Enable / disable extender's host display.
 BLINKER HOST PASSUP           Enable / disable automatic pass up of IRQ interrupts.
 BLINKER HOST QDPMI            Enable / disable extender's use of QDPMI host.
 BLINKER HOST VCPI             Enable / disable extender's use of VCPI host.
 BLINKER HOST XMS              Enable / disable extender's use of XMS host.
 BLINKER INCREMENTAL FILE      Specify alternate file name for CA-Clipper incremental file
 BLINKER INCREMENTAL OFF       Disable CA-Clipper incremental linking
 BLINKER INCREMENTAL PAD       Specify size of padding for CA-Clipper incremental linking
 BLINKER LINK EMS              Specify link time EMS memory use
 BLINKER LINK PAGEFRAME        Specify link time pageframe use
 BLINKER LINK VERSION          Specify minimum Blinker version required
 BLINKER LINK XMS              Specify link time XMS memory use
 BLINKER LOWMEM RESERVE        Reserve conventional memory for program use
 BLINKER MEMORY CLEAR          Clears all memory beyond EXE file to specified value
 BLINKER MEMORY PACK           Specify CA-Clipper Summer '87 memory packing frequency
 BLINKER MESSAGE DUPLICATES    Enable warnings for duplicate modules within libraries
 BLINKER MESSAGE NOBLINK       Disable display of blinking eyes
 BLINKER MESSAGE NOWARNING     Disable display of link time warning messages
 BLINKER MESSAGE WINK          Enable single eye winking during linking
 BLINKER OVERLAY DYNAMIC       Specify CA-Clipper Summer '87 dynamic overlay allocation method
 BLINKER OVERLAY FIXED         Specify fixed overlay allocation method
 BLINKER OVERLAY OPSIZE        Request size for overlay pool
 BLINKER OVERLAY PAGEFRAME     Enable use of EMS pageframe for overlays
 BLINKER OVERLAY THRESHOLD     Set size of smallest overlaid segments
 BLINKER OVERLAY UMB           Enable use of XMS UMBs for overlays
 BLINKER PROCEDURE DEPTH       Specify maximum depth of CA-Clipper procedure nesting
 BLINKER SEGMENT THRESHOLD     Modify default segment packing limit
 CODECLASS                     Specify additional segment classes to be treated as CODE
 CODEVIEW                      CodeView debugger support
 CVOFF                         Locally disable processing of CodeView information.
 CVON                          Locally enable processing of CodeView information
 CVVERSION                     Set version of CodeView information to use
 DEFBEGIN                      Specify start of module definition commands
 DEFEND                        Specify end of module definition commands
 DEFFILE                       Specify module definition command file
 DEFINE                        Specify symbols to be excluded at link time
 DEFLIB                        Use default library search records
 DOSSEG                        Use Microsoft DOS segment ordering
 ECHO                          ECHO script commands or text to screen
 ENDAREA                       Specify end of overlay area
 EXTDICTIONARY                 Enable use of library extended dictionaries if they exist
 EXTRAMEM                      Limit amount of memory allocated to program
 FILE                          Specify object file(s)
 LIBRARY                       Specify one or more program libraries
 MAP                           Request segment map of executable
 MEMORY                        Limit amount of memory allocated to program
 MIXCASE                       Specify case sensitivity
 MODULE                        Specify placement of individual library modules
 MURPHY                        Create worst case overlay situation
 NOBELL                        Suppress beep upon completion of link
 NODEFLIB                      Ignore default library search records
 NOEXTDICTIONARY               Disable processing of extended library dictionaries
 NOPACKCODE                    Disable packing of NEW EXE code segments
 NOPACKDATA                    Disable packing of NEW EXE data segments
 NOTABLEOFCONTENTS             Disable processing of library table of contents
 NWIDTH                        Specify width of symbol names in map file.
 OUTPUT                        Specify name of output executable file
 OVERLAY                       Specify which segment classes are to be overlaid
 PACKCODE                      Enable packing of NEW EXE code segments
 PACKDATA                      Enable packing of NEW EXE data segments
 READONLY                      Specify executable file will be set to read only status.
 SEARCH                        Prioritize all symbols in specified libraries.
 SECTION INTO                  Specify files to be placed in external overlay
 STACK                         Specify stack size of .EXE file
 UPPERCASE                     Convert all symbols to uppercase
 VERBOSE                       Display status information during linking
 WORKFILE                      Specify drive, path, and file name of temporary work file

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson