home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!usc!sdd.hp.com!elroy.jpl.nasa.gov!ames!pacbell.com!network.ucsd.edu!ucsbcsl!sbphy.physics.ucsb.edu!sjs
- From: sjs@sbphy.physics.ucsb.edu (Steve J. Schmidhauser)
- Newsgroups: comp.os.vms
- Subject: Re: Help with local command for C link
- Message-ID: <sjs.715666588@sbphy.physics.ucsb.edu>
- Date: 5 Sep 92 04:16:28 GMT
- References: <9486246@zl2tnm.gen.nz>
- Sender: news@ucsbcsl.ucsb.edu
- Lines: 27
-
- In <9486246@zl2tnm.gen.nz> don@zl2tnm.gen.nz (Don Stokes) writes:
- deleted examples
- >$ LINK :== "@wherever:CLINK %'" ! note trailing single quote
- Could you explain the %' or point me to the manual.
- more deletions
- >--
- >Don Stokes, ZL2TNM (DS555) don@zl2tnm.gen.nz (home)
- >Network Manager, Computing Services Centre don@vuw.ac.nz (work)
- >Victoria University of Wellington, New Zealand +64-4-495-5052
-
- Thanks to the many reponses to my original post. Esp. to Bob Marshall,
- this is what I ended up doing which seems to be working well.
-
- $! CLINK.COM
- $ set symbol/scope=noglobal
- $ stuff = p2+" "+p3+" " +p4+" "+p5+" "+p6+" "+p7+" "+p8
- $ LINK/NOMAP 'stuff' , disk$util:[macro]OPTIONS_FILE/OPT
- $ exit
- and the symbol:
- $ lin*k == "@DISK$UTIL:[MACRO]CLINK.COM %"
-
- This allows use of qualifiers ie. /debug and is easy for our students to
- use. Thanks again!
- --
- Steve Schmidhauser | INTERNET: sjs@sbphy.physics.ucsb.edu
- LTA Santa Barbara City College | Backup: 2209schm@ucsbuxa.ucsb.edu
- 721 Cliff Dr, S.B.,CA 93109 | PHONE: (805)965-0581 x2401
-