home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 3 Comm
/
03-Comm.zip
/
scrmod.zip
/
IF.SCR
< prev
next >
Wrap
Text File
|
1992-02-12
|
350b
|
21 lines
> windowshow()
> watch(on)
> timeout=0
> onerr test1
> ;
> ; generating an obvious error
> ;
> copy ('c:\nofile.tst','c:\filetwo.tst',r)
> jump test2
> test1:
> if errorlevel != 5
> cancel
> else
> message('file[CR]not[CR]found')
> resume
> test2:
> message('Jumping to the end of the file[CR]Press a key to end.')
> wait
) end