Jump to content











Photo
- - - - -

Emsisoft Commandline Scanner - A2CMD

winbuilder win7pe win8pe commandline

  • Please log in to reply
2 replies to this topic

#1 ds2k5

ds2k5

    Newbie

  • Members
  • 19 posts
  •  
    Germany

Posted 05 September 2013 - 01:36 PM

Hi,

here a quick an dirty solution for "portable" for example:

 

C:\Win7PE_SE_2013-05-24\Projects\Win7PESE\Apps\Portable\Pstart\a2cmd

 

need wget.exe ( http://users.ugent.be/~bpuype/wget/ ) and 7zip

and a broadband internet connection

 

Geta2cmd.cmd

 

@echo off
ping -n 1 emsisoft.com
if errorlevel 1 (
echo "no Internetconnection - abort"
exit /b %errorlevel%
)
copy wget.exe b:\
b:
wget http://download.emsisoft.com/a2cmd.zip
y:\programs\7-zip\7z.exe x a2cmd.zip

del a2cmd.zip

a2cmd.exe /u
 

update.cmd

 

b:
a2cmd.exe /u

 

scan_ntfs.cmd

 

b:
mkdir b:\quarantine
a2cmd.exe /a /pup /rk /t /c /n /deep /q=b:\quarantine /log=b:\Emsisoft.log
notepad b:\Emsisoft.log

 

scan_ac.cmd

 

b:
mkdir b:\quarantine
a2cmd.exe /a /pup /rk /t /c /ac /deep /q=b:\quarantine /log=b:\Emsisoft.log
notepad b:\Emsisoft.log

 

scan.cmd

 

b:
mkdir b:\quarantine
a2cmd.exe /a /pup /rk /t /c /deep /q=b:\quarantine /log=b:\Emsisoft.log
notepad b:\Emsisoft.log



#2 Goodwin

Goodwin

    Newbie

  • Members
  • 22 posts
  •  
    United States

Posted 10 February 2015 - 05:52 AM

These are helpful although how would someone post results in the scan window while either creating a log or not creating a log, say for eval purposes? Im trying to have the cls scan run and show results in the same window which Im not sure how to do :/.

 

Any help is appreciated.

 

Goodwin


Edited by Goodwin, 10 February 2015 - 05:53 AM.


#3 ds2k5

ds2k5

    Newbie

  • Members
  • 19 posts
  •  
    Germany

Posted 10 February 2015 - 07:10 AM

Hi Goodwin,

may be tail for windows can help you.

I know that you need a second window but i hope it can be helpful for you.

 

http://tailforwin32.sourceforge.net/

 

for example

 

tail.exe -f b:\Emsisoft.log







Also tagged with one or more of these keywords: winbuilder, win7pe, win8pe, commandline

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users