home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / REGDOR34.ZIP / MAIN1.RUN < prev    next >
Text File  |  1994-03-01  |  474b  |  20 lines

  1. @ECHO OFF
  2. rem - This batch file is used to check for the sec file that
  3. rem - is created if you choose that option.
  4.  
  5. CD\WC30\DOORS\REGDOOR
  6. REGDOOR C:\WC30\WCWORK\NODE%WCNODEID% /S
  7. rem - The /S is for Serial, /D for Digi, /F for Fossil
  8.  
  9. rem - From this point it will check if the caller wants the call back.
  10.  
  11. IF EXIST SEC_%WCNODEID%.UP GOTO RUN 
  12. GOTO DONE
  13. :RUN
  14. CD\WC30\WCWORK\NODE%WCNODEID%
  15. BOBCAT
  16. DEL C:\WC30\DOORS\REGDOOR\SEC_%WCNODEID%.UP
  17. :DONE
  18. CD\WC30
  19.  
  20.