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!harpo!floyd!whuxlb!jph
From: jph@whuxlb.UUCP
Newsgroups: net.micro.pc
Subject: Re: DOS 2.0 batch stuff - (nf)
Message-ID: <1238@whuxlb.UUCP>
Date: Mon, 25-Jul-83 11:31:05 EDT
Article-I.D.: whuxlb.1238
Posted: Mon Jul 25 11:31:05 1983
Date-Received: Mon, 25-Jul-83 16:21:26 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".