Mail Archives: djgpp/1995/04/26/14:24:18
>
> 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 -