[arachne] Is this one a keeper?
- From: "Samuel W. Heywood" <sheywood@xxxxxxxxxxx>
- To: arachne@xxxxxxxxxxxxx
- Date: Sat, 14 Apr 2007 23:10:39 -0500
Arachne at FreeLists---The Arachne Fan Club!
--------- begin "keep.bat" ---------
@echo off
REM Program Name: KEEP.BAT
REM Purpose: To modify "arachne.cfg" so as to keep
REM or not to keep email on the server.
REM Note: "config.txt" is same as "arachne.cfg", but with
REM "KeepOnServer" remarked out
if "%1" == "" goto HELP
if "%1" == "/?" goto HELP
if "%1" == "?" goto HELP
if "%1" == "/H" goto HELP
if "%1" == "/h" goto HELP
if "%1" =="" goto HELP
if "%1" == "/y" goto KEEPY
if "%1" == "/Y" goto KEEPY
if "%1" == "/n" goto KEEPN
if "%1" == "/N" goto KEEPN
:HELP
echo.
echo Usage:
echo.
echo "keep /y" OR "keep /n"
echo.
echo "keep /y" to keep email on the server
echo "keep /n" to not keep email on the server
goto THEND
:KEEPY
if exist arachne.cfg del arachne.cfg
copy config.txt arachne.cfg > nul
echo KeepOnServer Yes >> arachne.cfg
echo Your email will be kept on the server.
goto THEND
:KEEPN
if exist arachne.cfg del arachne.cfg
copy config.txt arachne.cfg > nul
echo KeepOnServer No >> arachne.cfg
echo Your email will not be kept on the server
:THEND
echo.
----------- end "keep.bat" --------
Sam Heywood
-- Message sent by the Arachne Web Browser for DOS, GPL version 190j1
-- http://arachne.cz/?page=soft
Arachne at FreeLists
-- Arachne, The Premier GPL Web Browser/Suite for DOS --
Other related posts: