home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boldly Go Collection
/
version40.iso
/
TS
/
05B
/
TFTB.ZIP
/
RUN.SLT
< prev
next >
Wrap
Text File
|
1992-04-24
|
1KB
|
26 lines
///////////////////////////////////////////////////////////
// PROGRAM: RUN.SLT //
// AUTHOR: Christopher Saunders //
// DATE: April 25th 1992 //
// //
// INFORMATION //
// ~~~~~~~~~~~ //
// When this script is executed, it will shell out from //
// Telix, and run the pre-defined program. Use it to //
// run your favorite drawing program (TheDraw), file //
// management utility or whatever else you like. //
// //
// *NOTE* //
// //
// Change PROGRAM.EXE to any program of your choice. It //
// can be any .EXE, .COM or .BAT file. Remember that //
// Telix is still in memory, so you might not have as //
// much memory to play with (not that Telix is a memory //
// hog!) //
///////////////////////////////////////////////////////////
main()
{
dos("PROGRAM.EXE"); // Put program name here!
}