|  |     I guess I'm still having problems, this is what I tryed:
    
    Created a file TEST.COM and entered the one line that didn't work,
    maybe I missed something:
    
    $ALLIN1/NOINIT/REENTER OA$INI_INIT DO
    NIMO$69:[CORP_NEWS.A1.UDP]CORP_NEWS.UDP 
    
    and I get:
    
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "EM"
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "EM"
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "EM"
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "EM"
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "EM"
    Enter CMD:
    
    Either I missed something that you said on the phone, I'm sure.
    
    I can do the following interactively that works:
    
    $ALLIN1/DEFER/SCRIPT=NIMO$69:[CORP_NEWS.A1.UDP]CORP_NEWS.UDP
    
    I have read the files you mentioned, but they didn't help me.
    
    I have given CORP_NEWS all the of ALL-IN-1 privileges:
    
    
     ALL-IN-1 privileges:   DCL  SUP  ERR  CMD  SRC  APP  CPHD  LOG
                             Y    Y    Y    Y    Y    Y    Y     N
    
    But I still cannot seem to get the anything to work unless I enter the
    commands myself (and shown above).
    
    Any hints?
    
    
 | 
|  |     Well - here is what I tried and what happened (who said it was easy?).
    
    I logged into CORP_NEWS account, make the account NOCAPTIVE to get to
    VMS and run the following procedure:
    
    $ALLIN1/NOINIT/REENTER
    OA$INI_INIT
    SCRIPT NIMO$69:[CORP_NEWS.A1.UDP]CORP_NEWS.UDP
    $EXIT
    
    Here is what I got:
    
    Enter CMD:EM
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "EM"
    Enter CMD:RN
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "RN"
    Enter CMD:mFT
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "MFT"
    Enter CMD:[CORP_NEWS]
    %OA-E-FNI, Function "[" not implemented in this version
    Enter CMD:EM
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "EM"
    Enter CMD:RN
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "RN"
    Enter CMD:mFT
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "MFT"
    Enter CMD:[CORP_NEWS]
    %OA-E-FNI, Function "[" not implemented in this version
    Enter CMD:EM
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "EM"
    Enter CMD:RN
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "RN"
    Enter CMD:mFT
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "MFT"
    Enter CMD:[CORP_NEWS]
    %OA-E-FNI, Function "[" not implemented in this version
    Enter CMD:EM
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "EM"
    Enter CMD:RN
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "RN"
    Enter CMD:mFT
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "MFT"
    Enter CMD:[CORP_NEWS]
    %OA-E-FNI, Function "[" not implemented in this version
    Enter CMD:EM
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "EM"
    Enter CMD:RN
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "RN"
    Enter CMD:mFT
    %OA-E-OAFE, Unknown, ambiguous, or invalid function "MFT"
    Enter CMD:[CORP_NEWS]
    %OA-E-FNI, Function "[" not implemented in this version
    Enter CMD:EXIT
    
            CORP_NEWS finished using ALL-IN-1 at 02-Apr-1993 08:35am
     
    So, it looks to me, it entered ALL-IN-1 with the NOINIT ok.  It saw the
    UDP that the command procedure pointed to, but once it saw the UDP
    it didn't know any of the ALL-IN-1 commands - EXCEPT for EXIT.
    
    This is just a standard UDP that I created from the CORP_NEWS ALL-IN-1
    account, here is what this looks like:
    
        EM{RETURN}RN{RETURN}{PC EXIT}FT{RETURN}[CORP_NEWS]{RETURN}
    EM{RETURN}RN{RETURN}{PC EXIT}FT{RETURN}[CORP_NEWS]{RETURN}
    EM{RETURN}RN{RETURN}{PC EXIT}FT{RETURN}[CORP_NEWS]{RETURN}
    EM{RETURN}RN{RETURN}{PC EXIT}FT{RETURN}[CORP_NEWS]{RETURN}
    EM{RETURN}RN{RETURN}{PC EXIT}FT{RETURN}[CORP_NEWS]{RETURN}EXIT{RETURN}
    
    What is does when I run it is reads the new mail, exits screen (so I
    didn't have to press return for as many times depending on the length
    of the new mail message.  After it exits screen, it files the text of
    the message into the [CORP_NEWS] shared folder.  It repeats a few times
    and then exits ALL-IN-1.  
    
    I can run it from the CORP_NEWS ALL-IN-1 account fine, I can run it
    with the ALLIN1/DEFER/SCRIPT=NIMO$69:[CORP_NEWS.A1.UDP]CORP_NEWS.UDP
    
    I still cannot run it from a command procedure.  What am I doing wrong?
    
    Any more hints?
    
    Joanne
    
    P.S.	I appreciate all the help!  
    
 |