www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1995/04/26/14:24:18

From: huntercr AT cs DOT purdue DOT edu (Charles Hunter)
Subject: Re: executor -options
To: u92mp2 AT hh DOT se (mehran payamani),
DJGPP AT sun DOT soe DOT clarkson DOT edu (djgpp mailing list)
Date: Wed, 26 Apr 1995 09:51:05 -0500 (EST)

> 
> Do I have to write the desired options every time I want to start the executor?
> It's not practice at all. What about when I dobbel click on the icon? What about when I need several options at the same time like : -nosplash , -size , -appellzone and so on? Can't I save desired options?
> Thanks in advance Mehran
> 


If you have Executor DOS then you can create a batch file [using your 
favorite editor ] like this:

@echo off
c:\executor\executor -nosplash -applzone 4096 -syszone 1024 -stack 1024 -etc


or whatever your path is...
executor might need to have:
 c:
 cd \executor 
 executor -whatever

instead.. I'm not aware of how ARDI handles absolute paths...


if you have Executor Linux then you can do a similar sacript in your
favorite shell.

eg:

#!/bin/sh
/executor/executor -nosplash -applzone 4096 -syszone 1024 -stack 1024 -etc

or you can just make an alias of executor to be with the options 
[ you can do this in DOS too with DOSKEY ]


			--Charles Hunter

P.S. You mentioned an icon... are you using E/N ? Or E/D under OS/2 or ???




- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019