Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    57

    can we "wget" a mms file?

    is it possible?

    if yes, please teach me how.

    thanks a lot

  2. #2
    Join Date
    Feb 2004
    Posts
    772
    hi.

    try this:

    Extract the files from the distribution kit. The kit includes anAlpha executable,

    "[.WGET-1_5_3B.SRC]WGET.EXE".

    To build from the source (using MMS or MMK, MMS shown):

    SET DEFAULT [.WGET-1_5_3B.SRC]
    MMS CLEAN ! Deletes all object and executable files.
    MMS ! Copies CONFIG.H_VMS to CONFIG.H, compiles the source
    ! files, and links the executable, WGET.EXE.
    ! Use "MMS /MACRO = DBG" to build the debug executable.

    Set the symbol for the foreign command:

    WGET :== $ {actual_device_and_directory}WGET.EXE
    Bright Info Solutions

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •