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

  1. #
  2. #  Copyright (c) 1996 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. #  NIFTY-ROAFD 7:
  8. #    Connect to NIFTY-ROAD 7
  9. #
  10. #+V
  11. # "1.0.0"
  12. #-V
  13. on cancel goto Return_Cancel;
  14. ROAD = "-ROAD7";
  15.  
  16.  
  17. show "NIFTY-ROADへ接続待機中...";
  18. wait until 10;
  19.  
  20. include "NIFROAD.SCR";
  21.  
  22. Return_Cancel:
  23.   errexit "ユーザ入力により取消しました";
  24.