Date: Thu, 18 May 2000 11:42:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Josh Haglund cc: djgpp AT delorie DOT com Subject: Re: making crafty with djgpp In-Reply-To: <003e01bfc050$77ccf260$f613ddcc@lhaglund> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 17 May 2000, Josh Haglund wrote: > How would you use the "strip" command or something like that. Like this: strip crafty.exe (assuming the program's name is `crafty.exe'). You could try "strip --help" to find this out, you know. Or even (God forbid) read the docs for `strip', by typing "info strip" from the command line.