home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cd\windows\grabit
- if not exist SLIDE1.MMP goto bad
- Copy SLIDE1.MMP STORE0.MMP
- Copy SLIDE1.MMP STORE1.MMP
- Copy SLIDE1.MMP STORE2.MMP
- Copy SLIDE1.MMP STORE3.MMP
- Copy SLIDE1.MMP PROFILE.MMP
- Copy SLIDE1.MMP BEFORE.MMP
- Copy SLIDE1.MMP FRONT.MMP
- Copy SLIDE2.MMP LOGO.MMP
- goto end
- :bad
- echo SLIDE1.MMP was not found
- :end
-