Title: | *OLD* ALL-IN-1 (tm) Support Conference |
Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
Moderator: | IOSG::PYE |
Created: | Thu Jan 30 1992 |
Last Modified: | Tue Jan 23 1996 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 4343 |
Total number of notes: | 18308 |
A customer would like to invoke ALL-IN-1 from within a command procedure and immediately execute a script that prompts the user for a Y/N answer. We tried using the /script qualifier, but this didn't seem to work. Thanks, Cb.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
4210.1 | Script mode? | ODIXIE::WOLFE | John Wolfe - (404)-924-6463 | Mon May 30 1994 14:41 | 12 |
You need to use a script mode script. This works for me: $ create sys$login:script.scp .fx prompt "Answer yes or no" $ define/user sys$input sys$command $ alli/script=sys$login:script $ exit HTH John |