Path: utzoo!attcan!uunet!cbmvax!andy From: andy@cbmvax.UUCP (Andy Finkel) Newsgroups: comp.sys.amiga Subject: Re: Iconx questions Keywords: window size format, cd Message-ID: <5277@cbmvax.UUCP> Date: 21 Nov 88 17:53:09 GMT References: <1097@esunix.UUCP> Reply-To: andy@cbmvax.UUCP (Andy Finkel) Organization: Commodore Technology, West Chester, PA Lines: 35 In article <1097@esunix.UUCP> blgardne@esunix.UUCP (Blaine Gardner) writes: >Two questions about 1.3's Iconx program: > >1) What's the format for the WINDOW= tool type? The 1.3 manual omitted this > litte detail. The window specification is given in one of the examples. Basically its the standard AmigaDOS window specification, ie NEWCON:10/10/100/100/Test You can also use other stream devices like NIL: (for no window at all), AUX: (RS232 I/O) and so on. > >2) How can I do an assign to the the current directory? Assign HERE: "" will do it for you. Usually I tack on the Shell number when I use this technique, so I can run more than one of these scripts at the same time, ie Assign HERE<$$>: "" (to get this effect in an IconX script, be sure to start your script file with a . ) -- andy finkel {uunet|rutgers|amiga}!cbmvax!andy Commodore-Amiga, Inc. "Possibly this is a new usage of the word 'compatible' with which I was previously unfamiliar" Any expressed opinions are mine; but feel free to share. I disclaim all responsibilities, all shapes, all sizes, all colors.