Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!emory!ducvax.auburn.edu!jglover From: jglover@ducvax.auburn.edu Newsgroups: comp.os.msdos.misc Subject: Re: Question on batch files Message-ID: <1991Feb10.145719.3378@ducvax.auburn.edu> Date: 10 Feb 91 20:57:19 GMT References: <7471@jhunix.HCF.JHU.EDU> Distribution: na Lines: 16 In article <7471@jhunix.HCF.JHU.EDU>, usagi@jhunix.hcf.jhu.edu (Erin Sasaki) writes> Hello -- > > So - I was going to use the command del *.* in the batch file. > However, I would like to disable the MS-DOS verify (in this case only). > Is there a quick way to do this? > Sure is, pipe in your input from a text file, such as; del subdir\*.* < yes ( or c:\dos\yes, best to use a full path) where the file 'yes' is an ascii file containing a single character 'y'. I use this method all the time, no trouble. Jay G. - Auburn U. -------------------