home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!uwm.edu!rpi!sarah!loki.albany.edu!sysbrc
- From: sysbrc@loki.albany.edu (Brian Cuttler)
- Newsgroups: comp.os.vms
- Subject: Re: Help with local command for c link
- Keywords: c link
- Message-ID: <1992Aug20.202036.7251@sarah.albany.edu>
- Date: 20 Aug 92 20:20:36 GMT
- Article-I.D.: sarah.1992Aug20.202036.7251
- References: <sjs.714254270@sbphy.physics.ucsb.edu> <1992Aug19.211413.29583@chpc.utexas.edu>
- Sender: news@sarah.albany.edu (News Administrator)
- Organization: State University of New York at Albany
- Lines: 12
-
- You can not substitute for p_parameters in a symbol, for that you must
- use a com-file. In your case you can just change the order of the
- parameters to link ie:
-
- $ link :== link/nomap your_directory:options/opt,
-
- then use the symbol like this
-
- $ link myfile
-
- Brian Cuttler
- University at Albany
-