Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!ukma!gatech!udel!mmdf From: dan-hankins%cup.portal.com@UDEL.EDU Newsgroups: comp.sys.amiga Subject: Execute command bug with T: and :T/ Message-ID: <4412@louie.udel.EDU> Date: 3 Oct 88 22:14:50 GMT Sender: mmdf@udel.EDU Lines: 39 Received: from CUNYVM by CUNYVM.BITNET (Mailer X2.00) with BSMTP id 8081; Sat, 01 Oct 88 01:49:30 EDT Received: from UDEL.EDU by CUNYVM.CUNY.EDU (IBM VM SMTP R1.1) with TCP; Sat, 01 Oct 88 01:49:26 EDT Received: from Louie.UDEL.EDU by Louie.UDEL.EDU id ab16415; 30 Sep 88 19:52 EDT Received: by Louie.UDEL.EDU id ab16348; 30 Sep 88 19:47 EDT Received: from USENET by Louie.UDEL.EDU id aa16120; 30 Sep 88 19:29 EDT From: dan-hankins@cup.portal.com Subject: Execute command bug with T: and :T/ Message-ID: <9550@cup.portal.com> Date: 29 Sep 88 04:14:49 GMT Organization: The Portal System (TM) XPortal-User-Id: 1.1001.5361 To: amiga-relay@UDEL.EDU Sender: amiga-relay-request@UDEL.EDU HELP!!!!!!! I am nesting Execute commands in my startup-sequence. Execute wants to write to :T/Command-T-xx whenever I do. Creating RAM:T and assigning T: to RAM:T doesn't work. changing both references of :T in the Execute binaries to T: seems to help, but for some reason the startup-sequence still complains (with a requester) at some point about DF0: being read-only (namely the point at which I attempt to execute the first nested Execute script). The relevant portions of my startup-sequence look like this: IF NOT EXISTS RAM:T makedir RAM:T ENDIF Assign T: RAM:T Execute Setup1 ;Requester is put up at this point. Clicking on CANCEL causes ;execution to continue normally Execute Setup2 ;No requester asked for. Dan Hankins