home *** CD-ROM | disk | FTP | other *** search
- $MACRO STARTUP DUMP;
- {******************************************************************************
- MULTI-EDIT MACRO
-
- Name: STARTUP
-
- Description: This macro gets automatically run upon invocation of Multi-Edit.
- You can put anything you want in it. Intended for initializations, etc.
-
- (C) Copyright 1989 by American Cybernetics, Inc.
- ******************************************************************************}
- def_int(jx);
-
- set_global_str('ARCDIR_COMMAND', '/D1=6/S1=2/S2=2/C=PKPAK -v' );
- set_global_str('ZIPDIR_COMMAND', '/D1=6/S1=2/S2=2/C=PKZIP -vb' );
- Set_Global_Int('@WINDOW_LIST_MODE@',1);
-
- END_MACRO;
-