home *** CD-ROM | disk | FTP | other *** search
-
-
- uses dos,crt,slova;
-
- var i,j,par,k,l,m,n,o,coko : integer;
- cesta,rad,kus,sfs,para,parb : string;
-
-
- begin
-
- cesta:=paramstr(1);
-
- textbackground(0);
- clrscr;
-
- sfs:=fsearch(cesta,GetEnv('path'));
- if not(sfs='') then
- begin
-
- textcolor(3);
- textbackground(0);
- gotoxy(32,25);
- write('Tisk klávesou F4');
-
-
- rad:='';
- while not(rad='nic') do
- begin
- plot:='ESC - ukonçení çetby textu - - pohyb po textu ¿ipkami - PgDn - PgUp';
- soubor:=cesta;
- rad:=roll_mnu(1,1,26,1,74,1,0006);
- end;
-
-
- clrscr;
- end; { konecc sfs }
-
-
-
- end.