Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> blinker environment clipper</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BLINKER ENVIRONMENT CLIPPER
------------------------------------------------------------------------------
 Purpose:
 Change the name of the CA-Clipper environment variable.

 Syntax:
 BLINKER ENVIRONMENT CLIPPER <cName>

 Default:
 <cName> is CLIPPER.

 Description:
 This command allows the developer to change the name of the CLIPPER
 environment variable from the default setting of `CLIPPER' to any string
 of up to 16 characters, and thus avoid the remote site settings for the
 CLIPPER environment variable.

 Used in conjunction with the BLINKER ENVIRONMENT OVERRIDE command, this
 allows the settings burnt in with the BLINKER EXECUTABLE CLIPPER command to
 be overwritten at runtime by this newly created variable.

 The choice of a unique name avoids any conflict with previous settings for
 the CLIPPER environment variable.

 For example, if a script file contains the following commands:
 BLINKER EXECUTABLE CLIPPER F31;X100
 BLINKER ENVIRONMENT OVERRIDE
 BLINKER ENVIRONMENT CLIPPER ACCSYS
 Even though the following statement may already have been set from DOS:
 SET CLIPPER=F21;
 this CLIPPER environment variable will be ignored by the application, and
 the BLINKER EXECUTABLE CLIPPER setting can be overridden by the following
 DOS command:
 SET ACCSYS=F99;

 Example:
 # Change the name of CLIPPER variable to Newclip
 BLINKER ENVIRONMENT CLIPPER Newclip

See Also: BLINKER ENVIRONMENT NAME BLINKER ENVIRONMENT OVERRIDE BLINKER EXECUTABLE CLIPPER

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson