GO.BAT  ·  BAT  ·  3 KB  ·  1988-05-17  ·  from WhatMicro_QandA-3_Jul-1988
echo off
cls
echo Introducing.....
echo                          ..:```:..      ...    .:::        TM
echo                        .::      `::.  .:  ;:  .:`:::
echo                       .::        `::  `: ,;' .:   :::
echo                       :::         :::  :::  .:     :::
echo                       :::         :::.:'`::.:       :::
echo                       :::         ::::  .::::.       :::
echo                       `::,.::::.  ::`::::'::::::......:::
echo                       `::     `::'     .::            :::.
echo                       ,: `::,,,::':....::::..       ..::::::..
echo                       ::.          `::..
echo                       ::::           ``:::..      .
echo                        ``'               ``:::::::'
echo  
echo  
echo                 ╔═══════════════════════════════════════════════╗
echo                 ║  !!! £28,000 worth of software to be WON !!!  ║
echo                 ║                                               ║
echo                 ║      !!! This disk can be worth £100 !!!      ║
echo                 ║         !!! Even if you don't win !!!         ║
echo                 ╚═══════════════════════════════════════════════╝
echo  
echo                        Press «Spacebar» to continue.....
pause > nul:
cls
echo                            £28,000 WORTH OF PRIZES !!
echo  
echo  
echo To check if you have won, simply run the tutorial and watch out for
echo your five lucky numbers.
echo  
echo These lucky numbers can be easily spotted because they look like
echo this........................................................ -100-
echo                                                                 
echo To make things easy, we will GIVE you this first number ────────┘
echo  
echo When you have found your lucky numbers add them to the one that we have
echo given you above.
echo  
echo If the five total 200 - !! YOU HAVE WON !! - So return this disk for
echo your prize copy of Q&A worth £280!!
echo  
echo So you are already half way to WINNING a PRIZE !!
echo  
echo  
echo                           Technology Ventures Ltd
echo     83 High Street North, Dunstable, Beds, LU6 1JJ Tel: 0582-471313
echo  
echo                         Press «Spacebar» to start.....
pause > nul:
cls
:top
    sg_mem 175
    if errorlevel 1 goto nomem
    goto mem_ok
:nomem
    echo Sorry, You need 190k bytes free.
    goto end
:mem_ok
    echo Welcome to the Q&A Tutor
    echo ...one moment please while I load.....
    rt -mem 80
:signoff
echo  
echo  
echo  
echo If your lucky numbers plus the one we gave you add up to 200, you have won
echo a free copy of Q&A worth £280!!.
echo  
echo Telephone us to register your claim. Have your lucky numbers, and serial
echo number of your diskette available. Tel: 0582-471313
echo  
echo If you didn't win, but would like a copy of Q&A we will allow £100
echo off the purchase price of £280 in exchange for this diskette.
:end