locked
simple batch file virus RRS feed

  • Question

  •  

    i want to write a simplest virus in batch (less number of lines)........
    Sunday, September 16, 2007 4:12 PM

Answers

  • open notepad

          type   virus.bat

     

    save it as virus.bat

     

     

     

    now open it ...... it the smallest possible virus

     

    Sunday, September 16, 2007 4:28 PM

All replies

  • open notepad

          type   virus.bat

     

    save it as virus.bat

     

     

     

    now open it ...... it the smallest possible virus

     

    Sunday, September 16, 2007 4:28 PM
  •  Narayanan_N_852dc7 wrote:

    open notepad

          type   virus.bat

     

    save it as virus.bat

     

     

     

    now open it ...... it the smallest possible virus

     



    funny..........Smile
    Monday, September 17, 2007 8:46 AM

  • open notepad

    write these...

    Code Snippet

    @ECHO OFF
    REM <binary code>
    copy %0 b.com>nul
    b.com
    del b.com
    rem <binary code>


    and save with virus.bat

    and try...i mean dont try,,,,

    u have to good with dos commands to write in batch file...thats all..



    Monday, September 17, 2007 8:52 AM
  • open notepad

          type   virus.bat

     

    save it as virus.bat

     

     

     

    now open it ...... it the smallest possible virus

     

    or try %0

    it's smaller

     


    Saturday, July 11, 2009 6:34 AM