Linux MS DOS discussions
 help / color / mirror / Atom feed
* DOS errorlevel not working?
@ 2002-04-29 22:33 Greg Conway
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Conway @ 2002-04-29 22:33 UTC (permalink / raw)
  To: linux-msdos

Hi all,

I've just found DOSEMU yesterday, when I discovered I needed X windows to
run WINE!

I am trying to get the Norton Anti-Virus Scanner NAVDX.EXE working under
Linux. This is all fine, I've managed to get the
thing working, and mount the folder I wish to scan as my D: drive (has taken
me some time but there was documentation for all this on the web!!)

However, I'm having trouble with the errorlevel command, and returning the
result to Linux. Consider the following DOS program:

@echo off
c:\navdx\navdx.exe c:\virusfolder /s+ /doallfiles /zips /delete
if errorlevel 13 echo "virus"
if errorlevel 0 echo "clear"


simple stuff. Under Win2K, this program does the decent thing and returns
"virus" and "clear", as expected (DOS errorlevel command reports >= rather
then = if I remember correctly!), if I drop the EICAR test files into the
directory c:\virusfolder.

However, under DOSEMU (I'm running the binaries with FreeDOS) it returns
errorlevel 0 every time.

Any ideas what could be going wrong here? I'm pulling my hair out over this,
and have been scouring the web for examples all day with no success!!

Once I have this sorted, my final problem will be to return the errorlevel
to Linux, where I've called DOSEMU from a shell
script, so if anybody has any ideas on this as well they'd be gratefully
received - the best I've found is a posting so far
that says "how does it work? exitemu 1 doesn't do the job"!!)

Many thanks for any help received.

Regards,

Greg Conway.


(apologies if this is duplicated, my first post does not appear to have
arrived!

***********************************************************************
This is a confidential communication between sender and addressee. If you are not the intended recipient of this message, please notify the sender and do not read, copy, use or disclose this communication to others. Any opinions or views expressed are those of the individual, and unless otherwise stated, are not those of the company. All attachments and intellectual rights remain the property of GML (NT) Limited.
***********************************************************************

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-30 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <3CCDC121.4FDE854B@earthlink.net>
2002-04-30  0:09 ` DOS errorlevel not working? Greg Conway
2002-04-30 13:17   ` H. B.
2002-04-29 22:33 Greg Conway

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox