QSP (c) Copyright 1995 John Kunyik

This program may be distributed freely.




The Quic Show Pic (QSP) program will display a picture(s) created
with the MAKEQSP program from a .PCX file(s).
It can be used as a front end to start most programs.
You will need to create a .BAT file to run it, then to run your program.

The following example for Jack Niklaus Signature Edition golf
assumes that all files are in the same directory:

BARBUDA.BAT

@ECHO OFF
QSP BARBUDA.1 1
QSP BARBUDA.2 3
GOLF

It will display BARBUDA.1 for 1 second, BARBUDA.2 for 3 seconds,
then runs the program GOLF.


