scan receiving files - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: scan receiving files (/showthread.php?tid=68830) scan receiving files by ins4ne on 11-25-2006 at 12:29 PM
Ok guys. I have this one question for you. I DO hate microsoft and that's why i dont want that live safety shit on my pc. I have avira antivir as AV program on my pc. It's really good and fits my needs BUT i dont know how to scan my receiving files with. I searched on google and found something that seemed working. There was a guy who wanted the same as me and another guy that told him to use the avscan.exe. RE: scan receiving files by aNILEator on 11-25-2006 at 05:13 PM I'm pretty sure that it was %f RE: scan receiving files by CookieRevised on 11-26-2006 at 01:26 AM
quote:If this is correct than it makes little sense and MS needs a slap ... I mean, parameters in Windows (and DOS) batch processing and registry settings always have been %1, %2, %3, etc... It makes no sense that Windows Live Messenger uses %f. But the %1, %2, etc have got nothing todo with what program you use. Those parameters are something from Windows/DOS itself. It is Windows/DOS which replaces them with the parameter you entered on the command line. Those indentifiers are placeholders for parameters inside batch jobs. Program specific parameters (in Windows/DOS) useually are in the form of: c:\programname.exe /para1 /para2 or c:\programname.exe -para1 -para2 Anyways (too much rambling from my part here, I must stop this ), quote:It either means Windows can't start the program C:\Program with parameters Files\AntiVir PersonalEdition Classic\avscan.exe (because you didn't used quotes!), or it means that your antivirus software expects a specific parameter and not just a file name. Though the later is most likely the case, seeing the few words of that error message (always try to quote the full error messages exactly as they are shown). quote:Guy number 2 is certainly wrong IF he said it in context to Windows Live Messenger! If he said it in context to another program then remember that not all tools are the same and thus command lines you enter in a program might be different. eg: some replace %1 with the filename (like FireFox), some use %f to be replaced with a filename (like WinRar; possibly what aNILEator is confusing things with), some simply concats the filename, others use other tags as placeholder like %file%, etc, etc. All those are nothing more than tags used by the host programs where you enter the command line in. Windows Live Messenger does not replace any tags like %1 or %f with the filename, it simply concats the filename (enclosed in quotes) to the command line you've entered. And as far as my 1 minute search goes (simply search on avscan.exe), the relevant parameters for that virusscanner can be like this: * If you want the scanner window to always remain open after scanning a downloaded file: Code: /GUIMODE=1 /PATH="path to file" * If you want the scanner window to automatically close after scanning a downloaded file: Code: /GUIMODE=2 /PATH="path to file" So, try: "C:\Program Files\AntiVir PersonalEdition Classic\avscan.exe" /GUIMODE=2 /PATH= Also you could try this for a scan in DOS GUI: "C:\Program Files\AntiVir PersonalEdition Classic\avcmd.exe" -z -noboot -nombr –allfiles (note: but put a space after -allfiles) ----- To know more possible parameters check your help files, or type /? as parameter on the command line in a DOS box. RE: scan receiving files by ins4ne on 11-26-2006 at 09:23 AM
WOW long post! But now im a lot cleverer . quote:I'm not sure for what program he wrote it. He said MSNM but i saw the date and it was the 22/23.11.06 (something like that), so i thought it was for WLM bacause many people tell it MSNM. OK man, i will have a try now thank you Cookie Edit: typo here and there... Update: I took a screenshot from the error popup that came after receiving a file Update2: quote:works perfect RE: scan receiving files by DragonQ on 12-10-2006 at 03:24 AM
This is not documented at all, but I did discover that the correct command line parameters are: RE: scan receiving files by ins4ne on 12-10-2006 at 01:07 PM
Ok thanks. I'll try it. Maybe it works. I use Cookies DOS GUI atm. RE: RE: scan receiving files by CookieRevised on 12-11-2006 at 02:13 AM
quote:ermmm... that is _exactly_ what I've said in my previous post (with the only difference that you screwed up the quotes ). But the %1 thing is NOT correct. Which I also already explained in my previous post why... RE: scan receiving files by ins4ne on 12-11-2006 at 10:29 AM So Cookie, I read you posts now for the 5000th time and I only get the DOS GUI working. But it starts to annoy me because I have to close it everytime on my own. Sometimes I forget i have that AV scan and then I 'don't get the contacts file' because it stops at 100% and the DOS waits for me to hit enter . RE: scan receiving files by CookieRevised on 12-11-2006 at 11:44 AM Aren't there any other command line parameters you can use (eg: only pause the program when an actual virus is found). I don't have this anti-virus myself so you need to check this yourself. quote: Or if you mean you need to close the actual DOS box manually, that's a setting in Windows itself and has little to nothing to do with this virusscanner. In that case go to the properties of the DOS box, somewhere in there there is an option to "Close DOS box after quiting the program" or something along those lines. -------- PS: Though, the windows version should work though (according to the online documentation). Normally you shouldn't get an invalid parameter error since all the parameters are correct, IF you've entered it correctly (the things in bold, and paying attention to the quotes and stuff). RE: scan receiving files by ins4ne on 12-11-2006 at 11:57 AM So you mean next time I get a file and the DOS box pops up I look for that option to automatically close it? Or is there that option in cmd? RE: scan receiving files by ins4ne on 12-16-2006 at 12:47 PM
Bump! I just uninstalled Avira and installed AVG Free version because I read a lot about it here on the forums. I'll give it a try to see how good it fits my needs. Until now I'm very satisfied . RE: scan receiving files by CookieRevised on 12-16-2006 at 11:45 PM
quote:like before: read the documentation and help files, or visit the website of the program. RE: scan receiving files by ins4ne on 12-16-2006 at 11:59 PM
I visited the site and I found a way . I now want to know if somebody else uses this line RE: scan receiving files by Black_Rose on 07-08-2007 at 09:12 AM
I found this on the support forums for Antivir RE: scan receiving files by CookieRevised on 07-08-2007 at 05:41 PM
Please always read threads before posting.... |