home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Demon Gate 666
/
DemonGate666.bin
/
pc
/
details
/
bbutdoom
/
bfd_rop.bat
< prev
next >
Wrap
DOS Batch File
|
1994-11-25
|
2KB
|
95 lines
@echo off
rem ************************************************************
rem * UN-Install bfd-pictures *
rem ************************************************************
CLS
IF NOT EXIST %1\possa1.gif GOTO FOUTJE
CD %2
ECHO Uninstalling Butthead-For-Doom pictures
%1\dg possa1 -s %1\possa1.gif
%1\dg possa2a8 -s %1\possa2a8.gif
%1\dg possa3a7 -s %1\possa3a7.gif
%1\dg possa4a6 -s %1\possa4a6.gif
%1\dg possa5 -s %1\possa5.gif
%1\dg possb1 -s %1\possb1.gif
%1\dg possb2b8 -s %1\possb2b8.gif
%1\dg possb3b7 -s %1\possb3b7.gif
%1\dg possb4b6 -s %1\possb4b6.gif
%1\dg possb5 -s %1\possb5.gif
%1\dg possc1 -s %1\possc1.gif
%1\dg possc2c8 -s %1\possc2c8.gif
%1\dg possc3c7 -s %1\possc3c7.gif
%1\dg possc4c6 -s %1\possc4c6.gif
%1\dg possc5 -s %1\possc5.gif
%1\dg possd1 -s %1\possd1.gif
%1\dg possd2d8 -s %1\possd2d8.gif
%1\dg possd3d7 -s %1\possd3d7.gif
%1\dg possd4d6 -s %1\possd4d6.gif
%1\dg possd5 -s %1\possd5.gif
%1\dg posse1 -s %1\posse1.gif
%1\dg posse2e8 -s %1\posse2e8.gif
%1\dg posse3e7 -s %1\posse3e7.gif
%1\dg posse4e6 -s %1\posse4e6.gif
%1\dg posse5 -s %1\posse5.gif
%1\dg possf1 -s %1\possf1.gif
%1\dg possf2f8 -s %1\possf2f8.gif
%1\dg possf3f7 -s %1\possf3f7.gif
%1\dg possf4f6 -s %1\possf4f6.gif
%1\dg possf5 -s %1\possf5.gif
%1\dg possg1 -s %1\possg1.gif
%1\dg possg2g8 -s %1\possg2g8.gif
%1\dg possg3g7 -s %1\possg3g7.gif
%1\dg possg4g6 -s %1\possg4g6.gif
%1\dg possg5 -s %1\possg5.gif
%1\dg possh0 -s %1\possh0.gif
%1\dg possi0 -s %1\possi0.gif
%1\dg possj0 -s %1\possj0.gif
%1\dg possk0 -s %1\possk0.gif
%1\dg possl0 -s %1\possl0.gif
%1\dg m_doom -s %1\m_doom.gif
%1\dg sky1 -s %1\sky1.gif -i127,123
%1\dg tblua0 -s %1\tblua0.gif -i16,92
%1\dg tblub0 -s %1\tblub0.gif -i16,92
%1\dg tbluc0 -s %1\tbluc0.gif -i16,92
%1\dg tblud0 -s %1\tblud0.gif -i16,92
%1\dg titlepic -s %1\titlepic.gif
%1\dg help1 -s %1\help1.gif
%1\dg help2 -s %1\help2.gif
CD %1
DEL poss*.gif
del help1.gif
del help2.gif
del titlepic.gif
del tblua0.gif
del tblub0.gif
del tbluc0.gif
del tblud0.gif
del m_doom.gif
del sky1.gif
ECHO Uninstalling complete
ECHO
PAUSE
GOTO BEND
:FOUTJE
CLS
ECHO It appears that Butthead-For-Doom has not been installed.
ECHO UNinstallation is not possible.
ECHO
PAUSE
GOTO BEND
:BEND