home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Index / Scripts / checkbugpattern.deutsch next >
Text File  |  1995-09-16  |  299b  |  10 lines

  1. Failat 26
  2. Echo "*e[0;0H*e[J" NOLINE
  3. Echo "Prüfe Namensmuster *"$MPBUGPATTERN*"*n"
  4. MPCD_S:C/pgrep >NIL: <NIL: "$MPBUGPATTERN%"
  5. IF NOT ERROR
  6.     Echo "Kein Fehler im Namensmuster.*nOffenbar ging irgendetwas anderes schief.*n"
  7. ENDIF
  8. Echo "*nBetätigen Sie das Schließsymbol oder drücken Sie CTRL+\"
  9. EndCli
  10.