home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_02_09 / 2n09023c < prev    next >
Text File  |  1991-08-05  |  153b  |  9 lines

  1.  
  2. IF ISSQL() AND SQLISCONNECT()
  3. THEN
  4.         MESSAGE "Can't shell to DOS without breaking SQL connection"
  5. ELSE
  6.         RUN BIG dos_command
  7. ENDIF
  8.  
  9.