home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 September
/
Chip_1999-09_cd.bin
/
ctenari
/
Trejbal
/
TRELL.PAK
/
SOURCE
/
ERSD.EXE
/
NOUZE.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1998-07-28
|
586b
|
40 lines
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.