Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!rutgers!cbmvax!jesup From: jesup@cbmvax.commodore.com (Randell Jesup) Newsgroups: comp.sys.amiga.programmer Subject: Re: Where do the alias's go? Message-ID: <18228@cbmvax.commodore.com> Date: 28 Jan 91 23:28:16 GMT References: <1991Jan28.092411.14899@marlin.jcu.edu.au> Reply-To: jesup@cbmvax.commodore.com (Randell Jesup) Organization: Commodore, West Chester, PA Lines: 23 In article <1991Jan28.092411.14899@marlin.jcu.edu.au> glmwc@marlin.jcu.edu.au (Matt Crowd) writes: >I wrote a program today to improve my C programming. It goes over >the top of the shell, and passes any commands which it doesn't >understand to the shell. However, the alias's defined in >the shell don't work. As I only use 2.0, I was wondering >whether there is a way to fix this in 2.0. Otherwise >I'll have to read in the shell-startup and handle them >myself or some other hack. This was fixed in a recent beta version of the OS (local variables weren't being copied on Execute or System calls). To check versions, specify the version number of the library you need when you open it (aka OpenLibrary("dos.library",36L). Or you can open it with version 0, and then examine the version number in the library base. -- Randell Jesup, Keeper of AmigaDos, Commodore Engineering. {uunet|rutgers}!cbmvax!jesup, jesup@cbmvax.commodore.com BIX: rjesup The compiler runs Like a swift-flowing river I wait in silence. (From "The Zen of Programming") ;-)