[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [seul-edu] Basic System Wish List



> The problem is that the machines are 8 meg RAM 486 - smallish
> hardrives (40 megs?) and a 1.44 floppy.  Currently they have bare
> bones DOS.
> 
> I assume that there is a Linux equivalent of a batch file which
> could be used to set up a simple menu to launch these programs.
> 
Sure you can use Bash shell to write a small script.  Or if your using
perl you can do the same, and when you want to launch a program
run the program through the system() function.  Do a man on 
perlfunc to find out more.

Cheers...james