home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / zabezpeceni / avdisk / avdisk92e.exe / DATA.ZIP / DISKIMG.ZIP / DISKIMG.IMG / AVDISK / SEARCH.BAT < prev    next >
DOS Batch File  |  2003-05-06  |  281b  |  23 lines

  1. @echo off
  2.  
  3. rem
  4. rem This program is called by AVDisk and should not be run directly
  5. rem
  6.  
  7. if not %1*==AVDisk* goto end
  8.  
  9. shift
  10. set RAMDrive=
  11.  
  12. :loopstart
  13. if ErrorLevel %1 goto loopend
  14. shift
  15. shift
  16. if %1*==* goto end
  17. goto loopstart
  18.  
  19. :loopend
  20. set RAMDrive=%2:
  21.  
  22. :end
  23.