summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2020-12-18 19:37:56 +0100
committerDamien Regad <dregad@mantisbt.org>2020-12-18 19:37:56 +0100
commit8e1576583de8ea855b57300e75e7e422c572a8ba (patch)
tree4ed61f431ef97542dd1dc32ebe3599c08780c3c2 /scripts
parentffdb09d93a59dc107fd5d42097ec2622f5389c24 (diff)
downloadadodb-8e1576583de8ea855b57300e75e7e422c572a8ba.tar.gz
adodb-8e1576583de8ea855b57300e75e7e422c572a8ba.tar.bz2
adodb-8e1576583de8ea855b57300e75e7e422c572a8ba.zip
Delete old, obsolete batch file
Diffstat (limited to 'scripts')
-rw-r--r--scripts/TARADO5.BAT49
1 files changed, 0 insertions, 49 deletions
diff --git a/scripts/TARADO5.BAT b/scripts/TARADO5.BAT
deleted file mode 100644
index bf25ef99..00000000
--- a/scripts/TARADO5.BAT
+++ /dev/null
@@ -1,49 +0,0 @@
-@rem REQUIRES P:\INSTALLS\CMDUTILS
-
-echo Don't forget to strip LF's !!!!!!!!!!!
-pause
-
-
-set VER=518a
-
-d:
-cd \inetpub\wwwroot\php
-
-@del /s /q zadodb\*.*
-@mkdir zadodb
-
-@REM not for release -- make sure in VSS
-attrib -r adodb5\drivers\adodb-text.inc.php
-del adodb5\*.bak
-del adodb5\drivers\*.bak
-del adodb5\hs~*.*
-del adodb5\drivers\hs~*.*
-del adodb5\tests\hs~*.*
-del adodb5\drivers\adodb-text.inc.php
-del adodb5\.#*
-del adodb5\replicate\replicate-steps.php
-del adodb5\replicate\test*.php
-del adodb5\adodb-lite.inc.php
-attrib -r adodb5\*.php
-del adodb5\cute_icons_for_site\*.png
-
-del tmp.tar
-del adodb5*.tgz
-del adodb5*.zip
-
-@mkdir adodb5\docs
-move /y adodb5\*.htm adodb5\docs
-
-@rem CREATE TAR FILE
-tar -f adodb%VER%.tar -c adodb5/*.* adodb5/perf/*.* adodb5/session/*.* adodb5/pear/*.txt adodb5/pear/Auth/Container/ADOdb.php adodb5/session/old/*.* adodb5/drivers/*.* adodb5/lang/*.* adodb5/tests/*.* adodb5/cute_icons_for_site/*.* adodb5/datadict/*.* adodb5/contrib/*.* adodb5/xsl/*.* adodb5/docs/*.*
-
-@rem CREATE ZIP FILE
-cd zadodb
-tar -xf ..\adodb%VER%.TAR
-zip -r ..\adodb%VER%.zip adodb5
-cd ..
-
-@rem CREATE TGZ FILE, THE RENAME CHANGES UPPERCASE TO LOWERCASE
-gzip -v ADODB%VER%.tar -S .tgz -9
-rename ADODB%VER%.tar.TGZ adodb%VER%.tgz
-