home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff321.lzh / IconJ / TestScript < prev    next >
AmigaDOS Script File  |  1990-02-27  |  337b  |  15 lines

  1. .key arg1,arg2,arg3,arg4,arg5
  2. .bra «
  3. .ket »
  4. date
  5. echo "This script was written as a simple test for IconJ."
  6. if exists ram:fred
  7.     echo "ram:fred exists"
  8.   else
  9.     echo "ram:fred does not exist.  Fooey."
  10.   endif
  11. echo "«arg1» was first parameter"
  12. echo "«arg2» was second parameter"
  13. echo "Other parameters:  «arg3», «arg4», «arg5»."
  14. date
  15.