home *** CD-ROM | disk | FTP | other *** search
/ 100 Pусских Uгр / 980121_2306.iso / STRATEGY / W2DLXRUS.ZIP / CONNECT.BAT < prev    next >
DOS Batch File  |  1994-08-15  |  145b  |  12 lines

  1. @echo off
  2. conn
  3. if exist conn1.bat goto doconn
  4. echo No Connection Established...        
  5. goto theend
  6.  
  7. :doconn
  8. call conn1.bat
  9.  
  10. :theend
  11.  
  12.