home *** CD-ROM | disk | FTP | other *** search
- ABOUT KIOSK.EXE
-
- KIOSK.EXE is a program from the kit, PIECES, by Another
- Company. With PIECES, you can create just about anything for
- IBM-compatible computing. No programming skill is necessary.
- See end of this file for more information about PIECES.
-
- What It Does
-
- KIOSK.EXE runs a series of programs over and over again until
- the user presses [Esc]. It is very similar to RUN.EXE in the
- way it works, but RUN quits when it reaches the end of a
- script file, and KIOSK repeats the script over and over
- again. Kiosk is adjustable so that each image can stay on
- screen for an amount of time which you decide.
-
- How To Use It
-
- KIOSK requires one parameter, the name of a standard ASCII
- text file containing the list of programs to run. Therefore,
- you might make a file called STUFF.1 which contains the
- following lines:
-
- PPCX.EXE CHESS.PCX
- PGIF.EXE SPIDER.GIF
- PGIF.EXE ANIMALS.GIF
- PGIF.EXE RIVER.GIF
-
- Then when you type KIOSK STUFF.1, the four pictures will be
- displayed over and over again.
-
- KIOSK can also take a second parameter, an amount of time in
- seconds. It will delay for the amount of seconds you have
- specified between each program it runs. So, if you type:
-
- KIOSK.EXE STUFF.1 2
-
- Then KIOSK will pause for 2 seconds between each picture.
-
- To create a file for KIOSK, start your favorite word
- processor. On the first line, list the first program you
- want to run. On the same line, following a space, you can
- optionally list information that program may require. On the
- next line, type the name of the next program you want to run.
- If you have a third program, list it on the next line, and so
- on. There is no limit to the number of programs you can line
- up. Save the file using any DOS-legal filename.
- Your word processing program must operate in standard
- ASCII mode. If you cannot figure out how to do this, look
- for shareware word processing programs such as VDE or Galaxy,
- or use Windows Notepad which comes with every copy of
- Microsoft Windows.
-
- To stop KIOSK, press the [Esc] key.
-
- Additional Information
-
- If you want a fool-proof public presentation, after you
- start KIOSK, unplug the computer keyboard so that viewers
- will not be able to press [Esc] or reboot your computer.
-
- You can go a step further by putting your presentation in
- your autoexec.bat file, so that if the computer is turned off
- accidentally, it will restart your show when power is
- restored.
-
- If you do not specify a number of seconds to delay
- between each picture, KIOSK will use a default of 5 seconds.
-
- KIOSK can also run .COM files and .BAT files, but it
- cannot display text or graphics files directly. It must run
- programs which will display text or display graphics.
-
- Filename extension is not usually required. You can type
- DELAY or DELAY.EXE, for instance, and the effect will be the
- same. In the case where there are more than one file with
- the same name, but different extensions, then .BAT files will
- be run instead of .COM or .EXE files, and .COM takes
- precedence over .EXE.
-
- KIOSK can handle optional parameters for the programs it
- runs of up to 100 characters in length.
-
- There is no limit to the number of programs KIOSK can
- handle, and no limit to the size of the file listing these
- programs.
-
- KIOSK.EXE can be executed from within other programs, and of
- course, you can execute programs from within KIOSK. Run
- supports all standard text and graphics modes.
-
- If you have been using KIOSK.EXE to display graphics, you'll
- probably want to call CLEAR at the end of a presentation
- containing KIOSK.EXE, so that the monitor will be cleared
- and return to a text mode. This is typically done by calling
- KIOSK.EXE from within another script run by RUN.EXE. Such a
- script might look like this:
-
- KIOSK SHOW.CFG
- CLEAR
-
- The above script, when called from RUN.EXE would start a
- KIOSK and continue running whatever programs you have listed
- in the file you have created called SHOW.CFG until the user
- presses the [Esc] key. Then the screen will clear and the
- program will return to DOS.
-
- About Pieces
-
- PIECES is a shareware disk containing several small programs
- that can be combined to do a variety of tasks with
- a super-professional look and feel. No programming experience
- is needed. PIECES can be expanded to incorporate your
- favorite programs as well, so it's possibilities for making
- and enhancing pictures shows, text presentations, multimedia,
- electronic catalogs, teaching materials, executable software,
- games, shareware and more are limitless!
- You can register as many or as few PIECES as you wish.
- Registered users are licensed to copy and distribute the
- PIECES along with their finished products. Unregistered
- users may copy and distribute the complete unmodified PIECES
- package, but may not use only portions of it until purchase
- of registration. Use of PIECES beyond 30 days requires
- registration.
- Most unregistered PIECES programs have a "unregistered"
- notice which pops up randomly, approximately every 200 times.
- This is removed from the registered versions, and also saves
- as much as 3,000 bytes disk space per program.
-
- This software is copyrighted by Jeff Napier of Another
- Company, and distributed by Gary Smith of OEC Systems.
-
- The shareware or registered versions of PIECES may be
- purchased from Gary Smith at OEC Systems:
-
- Gary Smith
- c/o OEC Systems
- 4646 North Shallowford Road
- Atlanta, GA 30338-6304
-
- phone: 404-394-1000
- orders only: 800-444-2424
- fax: 404-394-1006
- BBS: 404-804-7889
-
- MasterCard and VISA accepted
-
- Neither Another Company nor Gary Smith/OEC Systems assume
- any responsibility for your use of this product or any
- Another Company product.
- _____________________________________________________________
- end of file.
-
-
-
-