X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 29 Dec 2001 11:57:36 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "[xcore]" Message-Id: <2593-Sat29Dec2001115736+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (tsnider AT sympatico DOT ca) Subject: Re: .bat file References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "[xcore]" > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 29 Dec 2001 01:49:42 -0500 > > Guys, I need a help on how to create a .bat . > Here is words that I require to make .bat ; ; > > ""Rather than edit your autoexec files and/or global environment, you may > wish to create a djgpp shortcut instead. To do this, create a > c:\djgpp\djgpp.bat that has lines like this: > > @echo off > set PATH=c:\djgpp\bin;%PATH% > set DJGPP=c:\djgpp\djgpp.env > chdir c:\djgpp\mystuff (or any other directory) > command Launch Notepad (or any other text editor), type these 5 lines, then click "Save As" and type "c:\djgpp\djgpp.bat" (with the quotes!). Click OK. Finally create a shortcut to this batch by right-clicking on your desktop and selecting New->Shortcut. That's it!