Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!shelby!msi.umn.edu!cs.umn.edu!cybrspc!roy From: roy%cybrspc@cs.umn.edu (Roy M. Silvernail) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: A couple of 4DOS questions Message-ID: Date: 18 Feb 91 04:17:16 GMT References: <1991Feb16.130142.1@linus.claremont.edu> Organization: Villa CyberSpace, Minneapolis, MN Lines: 20 dhosek@linus.claremont.edu (Don Hosek) writes: > Does anybody have a non-interactive version of the 4DOS select > command? I would like to be able to get the equivalent of > SELECT cmd (*.something) > > without having to enter the menu. When I use SELECT, I seldom do > anything other than hit space with every file name. Try using a for construct... FOR %i in (*.something) cmd %i That should meet your requirements. -- Roy M. Silvernail -- roy%cybrspc@cs.umn.edu - OR- cybrspc!roy@cs.umn.edu Department of redundancy department, or "Take the long way home...": main(){system("perl -e '$x = 1/50; print \"Still just my \\$$x!\n\"'");} [new year, new .sig, same ol' cyberspace]