Path: utzoo!attcan!uunet!mcvax!philmds!leo
From: leo@philmds.UUCP (Leo de Wit)
Newsgroups: comp.sys.atari.st
Subject: Re: Batch processing from GEM desktop?
Message-ID: <493@philmds.UUCP>
Date: 4 Jun 88 14:18:54 GMT
References: <3300004@hpcvmb.HP> <3300006@hpcvmb.HP>
Reply-To: leo@philmds.UUCP (L.J.M. de Wit)
Organization: Philips I&E DTS Eindhoven
Lines: 20

In article <3300006@hpcvmb.HP> jma@hpcvmb.HP (John Altendorf) writes:
>I know how to get the task done from a shell (MWC msh).  My question is
>can it be done from the GEM desktop?  (I want to make it available to
>those users in my house that only know how to work from the desktop!)
>
>John Altendorf

Some reactions on John's question involved creating a batch file processing
program, something like BATCH.TTP and using the Install Application from
the Desktop to mark .BAT files as to be read and interpreted by BATCH.TTP.
I think a good batch file processor should also provide for parameter
substitution (like the $1, $2, $* etc. parameters of the shell, or %1 from
MS-DOS). It would have been nice if the Desktop supplied the arguments line
itself for the parameters (seeing that a .TTP program was involved), but
this is not the case (I think because you already have the batch file name
as a first argument for the batch program). Perhaps the BATCH.TTP should
scan the batch file for positional parameters and supply an arguments line
to be filled in by the user if it had any.

	Leo.