home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
n
/
newsflash
/
!BBS
/
BBS
/
Libraries
/
Misc
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-15
|
215 b
|
17 lines
{
| A NewsFlash library of misc useful routines
| Alex Howarth and Chris Davis 1995/1996
SUB anykey
| A graphical 'press any key' prompt
BATTR 7,4
TAB 27
}Press any key to continue{
CLL
BATTR 7,0
ANYKEY
ENDSUB
}