[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

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

4210.0. "Execute script entering A1..." by TAV02::CHAIM (Semper ubi Sub ubi .....) Mon May 30 1994 12:14

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.RTitleUserPersonal
Name
DateLines
4210.1Script mode?ODIXIE::WOLFEJohn Wolfe - (404)-924-6463Mon May 30 1994 14:4112
	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