home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / ho51.zip / HO53.ZIP / sample.scr < prev    next >
Text File  |  1992-06-15  |  1KB  |  64 lines

  1. {zero}
  2. {result 4}
  3. {label $wait}
  4. {after 60 continue}
  5. {not_at (24,0) "C:\\" $wait}
  6.  
  7. {hold left right ctrl alt}
  8. {label $wait}
  9. {not_at (23,66) "Press key:   ║" $wait}
  10. {release left right ctrl alt}
  11. <pgdn>
  12. temp.dat<enter>
  13.  
  14. {zero}
  15. {label $wait}
  16. {after 10 abort_start}
  17. {not_at (5,18) "File Transfer in Progress..." $wait}
  18.  
  19. {label ok}
  20. {zero}
  21. {label $wait}
  22. {after 600 abort_mid}
  23. {at (0,73) "Partial" abort_no_file}
  24. {at (5,18) "File Transfer in Progress..." $wait}
  25.  
  26. {result 0}
  27. {label continue}
  28. {hold left right ctrl alt}
  29. {label $wait}
  30. {not_at (23,66) "Press key:   ║" $wait}
  31. {release left right ctrl alt}
  32. <F10>3
  33. {end}
  34.  
  35. {label abort_start}
  36. {result 1}
  37. {zero}
  38. {label $wait}
  39. < >
  40. {at (4,0) "║ Type <ESC> to continue:" escape}
  41. {at (5,18) "File Transfer in Progress..." ok}
  42. {after 10 continue}
  43. {goto $wait}
  44. {label escape}
  45. <esc>
  46. {goto continue}
  47.  
  48. {label abort_mid}
  49. {result 2}
  50. 1
  51. {zero}
  52. {label $wait}
  53. {at (2,0) "║ Remove incomplete" yes}
  54. {after 5 continue}
  55. {goto $wait}
  56. {label yes}
  57. y
  58. {goto continue}
  59.  
  60. {label abort_no_file}
  61. {result 3}
  62. 1
  63. {goto continue}
  64.