........................................................ .DEINSTALL.MDF .VADISC Software Deinstallation Facility .M. Prabhakar Koushik .2/12/88 .Modification history: .4/14/88 - PK .Customer has to deinstall before doing a second installation .to retain his AUTOEXEC.BAT and CONFIG.DB .Removed code for erasing menu files. .4/26/88 - BW .No longer remove autoexec.bak file. .5/2/88 - BW .Modify Vet Drugs and TOPIC deinstallation. ............................................................. %Virginia Disc Deinstallation Menu Copyright 1988 VPI&SU ............................................................. *>>>> Return to Disk Operating System <<<< ?Return to Disk Operating System +ECHO ON ...................................................... *Deinstall Software ?Starts the Deinstall Procedure >This facility allows you to remove the Virginia Disc One software >installed on your hard drive. To do so you have to VERIFY >information about the drive on which the software was installed >and the name of the directory in which it was installed. > > > > >Select the drive to which you had the software installed. > .........Response %1................ > >Enter the subdirectory name on Drive %1 in which you had the >software installed. Type the subdirectory name in the format >\SUBDIR and then press ENTER. .........Response %2................ < > > >Please verify the answers you have provided, and select CORRECT to >continue. Choosing INCORRECT will return you to the Virginia Disc One >Deinstallation Menu. No Deinstallation occurs when you choose INCORRECT. > >Virginia Disc Software to be removed from: %1%2 > > .........Response %3................ NUL .............................................. +ECHO Removing Personal Librarian Database Files....... +CD %2\SS +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR SS ................................................... +CD %2\SC +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR SC ............................................................ +CD %2\LOUIS +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR LOUIS ............................................................ +CD %2\PUBLIST +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR PUBLIST ............................................................ +CD %2\ACMCOMP +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR ACMCOMP ............................................................ +ECHO Removing Database Files......... +CD %2\ACMACAD +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR ACMACAD ............................................................ +CD %2\FACTS +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR FACTS ............................................................ +CD %2\SPRAYBLT +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR SPRAYBLT ............................................................ +CD %2\MELBIB +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR MELBIB ............................................................ +CD %2\DIALOG +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR DIALOG ............................................................ +CD %2\AILIST +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR AILIST ............................................................ +CD %2\IRLIST +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR IRLIST ............................................................ +CD %2\XPERT +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR XPERT ............................................................ +CD %2\VAGEN01 +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR VAGEN01 ............................................................ +CD %2\MGH +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR MGH ............................................................ +CD %2\VIRG +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR VIRG ............................................................ +CD %2\GUIDE86 +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR GUIDE86 ............................................................ +CD %2\RECIPE +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR RECIPE ............................................................ +CD %2\VET > NUL +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 > NUL +RMDIR VET > NUL ............................................................ +CD %2\TOPIC > NUL +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 > NUL +RMDIR TOPIC > NUL ............................................................ +CD %2\WPL > NUL +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 > NUL +RMDIR WPL > NUL ............................................................ +CD %2\KJVC +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR KJVC ............................................................ +CD %2\KJVV +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR KJVV ............................................................ +CD %2\ACMPOL +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR ACMPOL ............................................................ +CD %2\VADISC1A +FOR %%f in (*.*) DO ERASE %%f > NUL +CD %2 +RMDIR VADISC1A ............................................................ +ECHO ***************************************************************** +ECHO * You may remove the SET VHD, SET VCD and SET WORK commands, as +ECHO * well as the %1, %2 subdirectory entries from the PATH command +ECHO * in your AUTOEXEC.BAT file (if you have been running the +ECHO * Virginia Disc One software). +ECHO * ............................................................ +CD \ +RMDIR %2 +ECHO ***************************************************************** +PAUSE +:FINISH #End of DINSTL.MDF