home *** CD-ROM | disk | FTP | other *** search
- @echo off
- ctty con
- goto sets
- :start
- command /f /c if exist c:\vdefs\%def% echo ═εΓ√σ ε∩Φ±αφΦ ΓΦ≡≤±εΓ φαΘΣσφ√ Γ C:\Vdefs>%ramd%:\drives.txt
- command /f /c if exist d:\vdefs\%def% echo ═εΓ√σ ε∩Φ±αφΦ ΓΦ≡≤±εΓ φαΘΣσφ√ Γ D:\Vdefs>%ramd%:\drives.txt
- command /f /c if exist e:\vdefs\%def% echo ═εΓ√σ ε∩Φ±αφΦ ΓΦ≡≤±εΓ φαΘΣσφ√ Γ E:\Vdefs>%ramd%:\drives.txt
- command /f /c if exist f:\vdefs\%def% echo ═εΓ√σ ε∩Φ±αφΦ ΓΦ≡≤±εΓ φαΘΣσφ√ Γ F:\Vdefs>%ramd%:\drives.txt
- command /f /c if exist c:\vdefs\%def% copy c:\vdefs\*.* %ramd%:\tools /y
- command /f /c if exist d:\vdefs\%def% copy d:\vdefs\*.* %ramd%:\tools /y
- command /f /c if exist e:\vdefs\%def% copy e:\vdefs\*.* %ramd%:\tools /y
- command /f /c if exist f:\vdefs\%def% copy f:\vdefs\*.* %ramd%:\tools /y
- di.com>>%ramd%:\drives.txt
- ctty nul
- goto end
- :sets
-