home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / terminal / niftyman / w95nim / program / data.z / FENICS2.SCR < prev    next >
Text File  |  1996-11-19  |  472b  |  25 lines

  1. #
  2. #  Copyright (c) 1995 by NIFTY Corporation
  3. #
  4. #  The information in this software is subject to change without
  5. #  notice and should not be construed as a commitment by NIFTY Corporation.
  6. #
  7. #  FENICS 2:
  8. #    Connect to FENICS 2
  9. #
  10. #+V
  11. # "1.0.0"
  12. #-V
  13. on cancel goto Return_Cancel;
  14. ROAD = "-ROAD2";
  15.  
  16. CR = "\x0D";
  17. show "FENICSへ接続待機中...";
  18. wait until 40;
  19. send "@P" & CR;
  20.  
  21. include "fenics.scr";
  22.  
  23. Return_Cancel:
  24.   errexit "ユーザ入力により取消しました";
  25.