home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
windties
/
winbatch
/
simple.wb_
< prev
next >
Wrap
Text File
|
1992-02-27
|
328b
|
9 lines
; Simple.wbt - a very simple WBT file to demo the WInMacro function
if param0==0 then goto noparms ;Any passed parameters?
Message("Simple param1 is",param1) ;Show the first one.
exit ;ByeBye
:noparms
Message("Simple","No parameters used in call") ;Getting the idea?