Path: utzoo!attcan!utgpu!watmath!watdragon!rose!sjorr From: sjorr@rose.waterloo.edu (Stephen Orr) Newsgroups: comp.sys.amiga Subject: Re: MyMenu with IconX scripts? Message-ID: <15549@watdragon.waterloo.edu> Date: 1 Aug 89 17:17:29 GMT References: <0657.AA0657@worsel> Sender: daemon@watdragon.waterloo.edu Reply-To: sjorr@rose.waterloo.edu (Stephen Orr) Distribution: na Organization: U. of Waterloo, Ontario Lines: 24 In article <0657.AA0657@worsel> blaine@worsel.UUCP (Blaine Gardner) writes: > >Is it possible to get MyMenu to work with IconX scripts? I've got several of >my games setup with IconX scripts that make the assigns needed to get the >game to run, run the game, then cancel the assigns after the game exits. Yes it is possible, just treat your IconX script as a CLI-Startup script from MyMenu so against the MyMenu command you would place: menu [] MenuName ItemName [SubName] | CLI NewCLI "CON:0/0/0/0/" from IconXscript alternately a NewShell can be used, however a newshell does not allow a 0/0/1/1 window size whereas NewCLI does. P.S. a NewCLI 0/0/1/1 is a great way to hide a CLI window on screen it's sizing gadget will be the top left hand pixel on the screen (making it easy to find!) Stephen Orr { The opinions expressed herin ARE those of my employer... I'm self employed ! - Stephen Orr }