Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!midway!gsbsun!valley From: valley@gsbsun.uchicago.edu (Doug Dougherty) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: mv command Message-ID: <1991May6.005202.26318@midway.uchicago.edu> Date: 6 May 91 00:52:02 GMT References: <49@swatty.UUCP> <12856@uhccux.uhcc.Hawaii.Edu> <1991May5.033957.3900@agate.berkeley.edu> <1991May5.144021.11756@ux1.cso.uiuc.edu> Sender: news@midway.uchicago.edu (NewsMistress) Organization: University of Chicago Lines: 10 mas35638@uxa.cso.uiuc.edu (Mike) writes: >Does the COPY command exit with an errorlevel? No. DOS (actually, COMMAND.COM) internal commands do not set errorlevel. Many batch files depend on this fact. (In fact, it would be impossible to check errorlevel more than once, if the if cmd changed it) -- (Another fine mess brought to you by valley@gsbsun.uchicago.edu)