Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site whuxlb.UUCP Path: utzoo!linus!decvax!microsoft!uw-beaver!cornell!vax135!floyd!whuxlb!jph From: jph@whuxlb.UUCP Newsgroups: net.micro.pc Subject: Re: DOS 2.0 batch stuff - (nf) Message-ID: <1237@whuxlb.UUCP> Date: Sun, 24-Jul-83 22:58:01 EDT Article-I.D.: whuxlb.1237 Posted: Sun Jul 24 22:58:01 1983 Date-Received: Mon, 25-Jul-83 11:53:56 EDT Sender: jph@whuxlb.UUCP Organization: Bell Labs, Whippany Lines: 10 #R:mddc:-20000:whuxlb:6400005:000:138 whuxlb!jph Jul 24 22:57:00 1983 A better way of testing for parameters is the following: IF "%1" == "" THEN GOTO DONE This is somewhat more readable then "%1foo".