IIRC there's a parameter on the command that starts a taskwindow that
dictates whether the window will open immediately or will wait and only open
when some output is generated. A taskobey file has filetype &FD7.
If I look at the command associated with that sort of file, here, I see
Alias$@RunType_FD7 : TaskWindow |"Obey %*0|" -name |"Task Obey|" -quit
that's to say when you run a TaskObey file the system runs the TaskWindow
command with parameters to run an Obey command inside it, set the window
title to "Task Obey" and so on. To find out what parameters can be used:
*help taskwindow
==> Help on keyword TaskWindow (alias)
*TaskWindow is an aliased command.
Expansion: StrongTask %*0
==> Help on keyword TaskWindow
The *TaskWindow command allows a background task to be started, which will
obtain a task window if it needs to do any screen I/O.
<command> is the command to be executed
-wimpslot sets the memory to be allocated
-name sets the task name
-ctrl allows control characters through
-display opens the task window immediately, rather than waiting for
a character to be printed
-quit makes the task quit after the command even if the task window
has been opened
Note that fields must be in " " if they comprise more than one word
Syntax: *TaskWindow [<command>] [[-wimpslot] <n>K] [[-name] <taskname>]
[-ctrl] [-display] [-quit]
==> Help on keyword TaskWindow
Module is: TaskWindow 0.76 (04 Dec 2003)
Commands provided:
ShellCLI_Task ShellCLI_TaskQuit TaskWindow
*
So it looks to me as if one of your systems has "-display" in the command
and one does not.
Probably the command is defined when you start whichever editor you use to
support the TaskWindow environment. If you want a different process to take
place you need to redefine the contents of system variable
Alias$@RunType_FD7
by issuing an appropriate *set command.
Does that help?
--
Jeremy C B Nicoll - my opinions are my own.
Email sent to my from-address will be deleted. Instead, please reply
to
newsre...@wingsandbeaks.org.uk replacing "aaa" by "284".