home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!portal!cup.portal.com!Tony-Preston
- From: Tony-Preston@cup.portal.com (ANTHONY FRANCIS PRESTON)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: 1.2, 1.3, and 2.0 question
- Message-ID: <65001@cup.portal.com>
- Date: Mon, 31 Aug 92 07:07:02 PDT
- Organization: The Portal System (TM)
- References: <64890@cup.portal.com> <paulk.1av6@terapin.com>
- Lines: 9
-
- Why not just:
-
- BPTR nil;
- nil = Open("NIL:",MODE_OLDFILE);
- Execute(Command,nil,nil);
-
- This way I get a valid file pointer for both 1.2/1.3/2.0 and don't
- have to worry. At least I am trying this solution(btw, I Close(nil);
- after the Execute returns).
-