home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / 40HEX-02.ZIP / 40HEX-2.002 < prev    next >
Text File  |  1991-07-12  |  1KB  |  38 lines

  1. 40Hex Volume 1 Issue 2                                                   0002
  2.  
  3.                 THE SAFE WAY TO EXPERIMENT WITH VIRUSES
  4.  
  5.  
  6.    The problem with fooling around with viruses is that you never know
  7.    what damage there going to do to your hard disk.  I have a couple of
  8.    so called viruses that when run, automatically screw up the FAT on
  9.    all the disks in the system.  Well, theres a way around getting the
  10.    shaft from these programs, and also to experiment with legitament
  11.    viruses.
  12.  
  13.    The key is the DOS utitlity SUBST, make this batch file, and copy it
  14.    to a floppy.
  15.  
  16. ------------------------------------------------------------------------------
  17. @echo off
  18. subst d: a:\
  19. subst c: a:\
  20. ------------------------------------------------------------------------------
  21.  
  22.     What this will do is send any access to disks C: and D: (the two
  23.     hard disks in my case) to drive A:  So the only damage inflicted
  24.     will be to the floppy in A:
  25.  
  26.     No programs can access you hard disk when this command is issued.  I
  27.     use it all the time and as of now it has proved 100% safe.
  28.  
  29.     Oh yeah, if you dont feel like distroying a floppy every time you
  30.     mess with a virus, you can do this teqnique from a RAM disk.
  31.  
  32.     Have fun...
  33.  
  34.  
  35.  
  36.                                                                          HR
  37.  
  38.