home *** CD-ROM | disk | FTP | other *** search
- {$A-,B-,D-,E-,F+,I-,L-,N-,O-,R-,S-,V-}
- {$M 63768, 0, 655360}
- uses
- dos,
- eco_lib, eco_info
-
- ;
-
-
- var
- x1, y1, x2, y2 : byte;
- retkey : word;
- fs : boolean;
-
- begin
- x1 := 01;
- y1 := 01;
- x2 := 40;
- y2 := 23;
- veba := '│';
- riba := '┤';
- leba := '├';
- fs := true;
- __updatinf(
- 'The Fast Commander V3.51',
- x1, y1, x2, y2, fs,
- 6, 0,
- 15,
- 7, 1,
- 0, 7,
- 4,
- retkey,
- true
- );
- end.
-