home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / callbat.zip / CALLTEST.BAT < prev    next >
DOS Batch File  |  1992-12-11  |  163b  |  5 lines

  1. @echo off
  2. echo This line is displayed twice if CALLTEST is run without arguments.
  3. if "%1"=="" call %0 1
  4. echo This line too. Else they are both displayed once.
  5.