home *** CD-ROM | disk | FTP | other *** search
- * Profile of FILEL V2.0 for Ms-DOS (c)BNV 1991
- * by Bill N. Vlachoudis, OLYMP@OLYMP.GRTHEUN.OUR.EDU
- *
- * Color definitions
- *
- color filearea yellow
- color cursormode lightgreen
- color reserved cyan
- color status lightgray
- *
- * Key definitions
- *
- def f1 retrieve
- def f10 exec/filel list
- def f11 exec/filel xedit
- def s_f11 exec/filel edit
- def a_r reverse
- def a_x quit
- def s_f7 onelineup
- def s_f8 onelinedown
- def a_f7 cmnd -5
- def a_f8 cmnd 5
- * VAX key definitions
- def c_z quit
- def c_a cursortoggle
- def c_e end
- *
- * Set KEYBOARD101 to ON, so function keys F11 and F12 will be recognized
- *
- KEYBOARD101 ON
- *
- * Set SLASHOPTION to OFF,
- *
- SLASHOPTION OFF
- *
- * Set INT2E to OFF, so COMMAND.COM wil be reloaded when any
- * command is executed (this is slower but safer)
- *
- INT2E OFF
- *
- * Set translate to ON, so files will be displayed to lowercase
- * and directories to uppercase
- *
- TRANSLATE ON
- *
- * Global is OFF (default value), so FILEL will execute the commands
- * only in the screen currently displayed, and it will not search the
- * whole file
- GLOBAL OFF
- *
- * Set the Reserved lines
- *
- Reserved1 F1 = Retrieve F2 = Refresh F3 = Quit F4 = Time F5 = Ext|Name
- Reserved2 F6 = Size F7 = Page Up F8 = Page Down F9 = F10= Edit|Filel
-
-