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.
***********************************************************************
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to