T.R | Title | User | Personal Name | Date | Lines |
---|
2123.1 | Try CREATE/TERMINAL/DETCACHED... | NITMOI::PESENTI | Only messages can be dragged | Wed Jan 24 1990 10:43 | 0 |
2123.2 | See VMS 5.3 New Features Manual | BRSIS6::BUTTIENS | Roger Buttiens | Thu Jan 25 1990 05:30 | 5 |
| I 've read in VMS 5.3 New Features Manual (page 4-7) that 'The command-string
parameter can not be used with the /DETACH qualifier' ... and I need this
command-string, ... so I cannot detach ?! Or am I missing something ?
Roger.
|
2123.3 | How about... | NITMOI::PESENTI | Only messages can be dragged | Thu Jan 25 1990 08:32 | 1 |
| How about using the /INPUT=file switch, where the file says "$ RUN ...."?
|
2123.4 | | PRNSYS::LOMICKAJ | Jeffrey A. Lomicka | Fri Jan 26 1990 14:37 | 9 |
| The easy solution is to use "$ CREATE/TERMINAL/WAIT RUN something".
Reason: - Create/terminal is just like SPAWN/NOWAIT. It issues the RUN
command in a subprocess and then exits. In the application menu, the
session manager created a process and issued the CREATE command on it.
When the create command was over it logged out the process, which took
the subprocess with it.
/WAIT makes CREATE wait until the subprocess goes away on it's own.
|