| |
VK7AX > FBBDIG 14.09.08 07:05l 393 Lines 12339 Bytes #999 (0) @ WW
BID : VK7AX-1409FA
Read: GUEST
Subj: fbb Digest, Vol 39, Issue 2
Path: IZ3LSV<IK3GET<IW2OHX<IR2UBX<IV3SCP<IW0QNL<ON4HU<DB0RES<ON0BEL<7M3TJZ<
XE1FH<CX2SA<VK7AX
Sent: 080914/0257Z @:VK7AX.#ULV.TAS.AUS.OC #:52655 [Ulverstone] FBB7.00g $:VK7A
From: VK7AX@VK7AX.#ULV.TAS.AUS.OC
To : FBBDIG@WW
Today's Topics:
1. Re: FBB Wont restart after Housekeeping: (Mike Melnik)
2. Re: FBB wont restart after Housekeeping (Mike Melnik)
----------------------------------------------------------------------
Message: 1
Date: Fri, 12 Sep 2008 15:33:37 -0500
From: "Mike Melnik" <mmelnik1(AT)wi.rr.com>
Subject: Re: [fbb] FBB Wont restart after Housekeeping:
To: <fbb(AT)f6fbb.org>
Message-ID: <F59BF2B82CB14631B4310310AD848832(AT)pauld22b1fcbd8>
Content-Type: text/plain; charset="us-ascii"
FBB not able to restart after Housekeeping,
A few things Barry, did you replace the EPURMESS.COM, EPURWP.COM to the
Y2K?
Also these two lines:
copy C:\FBB\system\dirmes.sys C:\FBB\backup\dirmes.s1
copy C:\FBB\system\inf.sys C:\FBB\backup\inf.s1
You would have to manually create these two files, it is best to REM them
out, the two Y2K COMS and updated RUNFBB.BAT is available for download from
my Web Site: N9PMO.DYNDNS.ORG
Let me know if this solves the problem.
Mike Melnik
-----Original Message-----
From: fbb-bounces(AT)f6fbb.org [mailto:fbb-bounces(AT)f6fbb.org] On Behalf Of
fbb-request(AT)f6fbb.org
Sent: Thursday, September 11, 2008 5:00 AM
To: fbb(AT)f6fbb.org
Subject: fbb Digest, Vol 39, Issue 1
Send fbb mailing list submissions to
fbb(AT)f6fbb.org
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.f6fbb.org/mailman/listinfo/fbb
or, via email, send a message with subject or body 'help' to
fbb-request(AT)f6fbb.org
You can reach the person managing the list at
fbb-owner(AT)f6fbb.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of fbb digest..."
Today's Topics:
1. WinFbb Start after housekeeping (Barry White)
----------------------------------------------------------------------
Message: 1
Date: Thu, 11 Sep 2008 08:50:17 +1000
From: Barry White <bewhite(AT)bigpond.net.au>
Subject: [fbb] WinFbb Start after housekeeping
To: FBB BBS <fbb(AT)f6fbb.org>
Message-ID: <48C84F29.70403(AT)bigpond.net.au>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hello,
I am running win fbb here under XP.
When it exits to do housekeeping it does not restart the program.
It exits to do the housekeeping and housekeeping gets done OK but does
not restart. The runfbb.bat file is also closed.
I preume that when the maint time arrives the fbb program shuts itself
down and runs RUNFBB.BAT MAINT .
This must happen as WP messages are generated but is it running a
different RUNFBB.BAT file ? I see no sign of one.
The maint routine goes back to START: which should restart fbb.
Any suggestions ?
Following is my RunFBB.BAT file.
73 Barry VK2AAB
> > rem
> > rem RUNFBB.BAT file (example)
> > rem
> > rem This file receives as an argument the option asked by RUNFBB.EXE
> > rem
> > rem This option may be START, STOP, RERUN, MAINT or ERROR.
> > rem
> > rem Only the part concerning the option will be executed.
> > rem
> > break off
> > echo Next line should show cmd
> > echo Cmd is %1
> > rem pause
> > rem ---------- This portion is not valid any more ---
> > rem You must change this variable according to
> > rem the base directory of the installation
> > rem
> > set fbb=C:\FBB
> > rem -------------------------------------------------
> > rem don't forget the "goto end" at the end of each option
> > rem switches the option on command line
> > goto %1
> > rem ********************** START of START script ************************
> > :start
> > rem echo off
> > cd C:\FBB
> > bin\wfbb
IT STOPS AT THIS POINT WITH FBB RUNNING AND RUNFBB.BAT STILL ON SCREEN.
> > rem if not exist C:\FBB\bin\wfbb.new goto end
> > rem copy C:\FBB\bin\wfbb.new C:\FBB\bin\wfbb.exe
> > rem del C:\FBB\bin\wfbb.new
> > goto end
> > rem *************************** END of START script
**************************
> > rem*********************** START of RERUN script ************************
> > :rerun
> > cd C:\FBB
> > rem if not exist C:\FBB\bin\wfbb.new goto end
> > rem copy C:\FBB\bin\wfbb.new C:\FBB\bin\wfbb.exe
> > rem del C:\FBB\bin\wfbb.new
> > goto end
> > rem **************************** END of RERUN script
**************************
> > rem ********************** START of MAINT script
**************************
> > :maint
> > cd C:\FBB
> > rem (AT)echo off
> > cd C:\FBB\system\sat
> > if not exist amsat.txt goto amsatend
> > satupdat amsat.txt /n > satupdat.res
> > satupdat amsat.txt >> satupdat.res
> > del amsat.txt
> > :amsatend
> > cls
> > echo
> > cd C:\FBB
> > rem copymsg
> > echo Backup of important files...
> > copy C:\FBB\system\dirmes.sys C:\FBB\backup\dirmes.s1
> > copy C:\FBB\system\inf.sys C:\FBB\backup\inf.s1
> > echo Housekeeping in message datbase..
> > del epurmess.res
> > epurmess
> > rem ------- Next line is ONLY for use with White Pages..:
> > rem Parametres: Number of days before updating, and before deleting
> > rem Default is 40 and 90
> > epurwp 40 90
> > C:\FBB\system\wp\wp.old
> > cd C:\FBB\system
> > clr_user>>C:\FBB\clr_user.res
> > MAINTINF 3 /a
> > COPY %FBB%\SYSTEM\INF.NEW %FBB%\SYSTEM\INF.SYS
> > cd C:\FBB
> > del C:\FBB\system\dirmes.new
> > del C:\FBB\system\dirmes.old
> > if not exist C:\FBB\error.sys goto direct
> > echo SP VK2AAB >> %FBB%\MAIL.IN
> > echo Error-report >> %FBB%\MAIL.IN
> > type %FBB%\ERROR.SYS >> %FBB%\MAIL.IN
> > echo. >> %FBB%\MAIL.IN
> > ECHO /EX >> %FBB%\MAIL.IN
> > type %FBB%\ERROR.SYS >> %FBB%\ERROR.LOG
> > del %FBB%\ERROR.SYS
> > GOTO START
> > :direct
> > goto end
> > rem **************************** END of MAINT script
************************
> > rem ************************* START of STOP script
*************************
> > :stop
> > REM goto maint
> > goto end
> > rem ***************************** END of STOP script
*************************
> > rem ********************** START of ERROR script
*************************
> > :error
> > echo WFBB exited with ERRORLEVEL %2
> > rem c:\fbb\bin\sleep 5
> > goto end
> > rem **************************** END of ERROR script
**************************
> > :end
> > echo %1 script is finished.
------------------------------
_______________________________________________
fbb maillist - fbb(AT)f6fbb.org
http://mailman.f6fbb.org/mailman/listinfo/fbb
End of fbb Digest, Vol 39, Issue 1
**********************************
------------------------------
Message: 2
Date: Fri, 12 Sep 2008 15:51:07 -0500
From: "Mike Melnik" <mmelnik1(AT)wi.rr.com>
Subject: Re: [fbb] FBB wont restart after Housekeeping
To: <fbb(AT)f6fbb.org>
Message-ID: <4D32649193A045E69B59586BE4B78D6B(AT)pauld22b1fcbd8>
Content-Type: text/plain; charset="us-ascii"
Error for my Web Site
http://n9pmo.dyndns.org
Mike Melnik
-----Original Message-----
From: fbb-bounces(AT)f6fbb.org [mailto:fbb-bounces(AT)f6fbb.org] On Behalf Of
fbb-request(AT)f6fbb.org
Sent: Thursday, September 11, 2008 5:00 AM
To: fbb(AT)f6fbb.org
Subject: fbb Digest, Vol 39, Issue 1
Today's Topics:
1. WinFbb Start after housekeeping (Barry White)
----------------------------------------------------------------------
Message: 1
Date: Thu, 11 Sep 2008 08:50:17 +1000
From: Barry White <bewhite(AT)bigpond.net.au>
Subject: [fbb] WinFbb Start after housekeeping
To: FBB BBS <fbb(AT)f6fbb.org>
Hello,
I am running win fbb here under XP.
When it exits to do housekeeping it does not restart the program.
It exits to do the housekeeping and housekeeping gets done OK but does
not restart. The runfbb.bat file is also closed.
I preume that when the maint time arrives the fbb program shuts itself
down and runs RUNFBB.BAT MAINT .
This must happen as WP messages are generated but is it running a
different RUNFBB.BAT file ? I see no sign of one.
The maint routine goes back to START: which should restart fbb.
Any suggestions ?
Following is my RunFBB.BAT file.
73 Barry VK2AAB
> > rem
> > rem RUNFBB.BAT file (example)
> > rem
> > rem This file receives as an argument the option asked by RUNFBB.EXE
> > rem
> > rem This option may be START, STOP, RERUN, MAINT or ERROR.
> > rem
> > rem Only the part concerning the option will be executed.
> > rem
> > break off
> > echo Next line should show cmd
> > echo Cmd is %1
> > rem pause
> > rem ---------- This portion is not valid any more ---
> > rem You must change this variable according to
> > rem the base directory of the installation
> > rem
> > set fbb=C:\FBB
> > rem -------------------------------------------------
> > rem don't forget the "goto end" at the end of each option
> > rem switches the option on command line
> > goto %1
> > rem ********************** START of START script ************************
> > :start
> > rem echo off
> > cd C:\FBB
> > bin\wfbb
IT STOPS AT THIS POINT WITH FBB RUNNING AND RUNFBB.BAT STILL ON SCREEN.
> > rem if not exist C:\FBB\bin\wfbb.new goto end
> > rem copy C:\FBB\bin\wfbb.new C:\FBB\bin\wfbb.exe
> > rem del C:\FBB\bin\wfbb.new
> > goto end
> > rem *************************** END of START script
**************************
> > rem*********************** START of RERUN script ************************
> > :rerun
> > cd C:\FBB
> > rem if not exist C:\FBB\bin\wfbb.new goto end
> > rem copy C:\FBB\bin\wfbb.new C:\FBB\bin\wfbb.exe
> > rem del C:\FBB\bin\wfbb.new
> > goto end
> > rem **************************** END of RERUN script
**************************
> > rem ********************** START of MAINT script
**************************
> > :maint
> > cd C:\FBB
> > rem (AT)echo off
> > cd C:\FBB\system\sat
> > if not exist amsat.txt goto amsatend
> > satupdat amsat.txt /n > satupdat.res
> > satupdat amsat.txt >> satupdat.res
> > del amsat.txt
> > :amsatend
> > cls
> > echo
> > cd C:\FBB
> > rem copymsg
> > echo Backup of important files...
> > copy C:\FBB\system\dirmes.sys C:\FBB\backup\dirmes.s1
> > copy C:\FBB\system\inf.sys C:\FBB\backup\inf.s1
> > echo Housekeeping in message datbase..
> > del epurmess.res
> > epurmess
> > rem ------- Next line is ONLY for use with White Pages..:
> > rem Parametres: Number of days before updating, and before deleting
> > rem Default is 40 and 90
> > epurwp 40 90
> > C:\FBB\system\wp\wp.old
> > cd C:\FBB\system
> > clr_user>>C:\FBB\clr_user.res
> > MAINTINF 3 /a
> > COPY %FBB%\SYSTEM\INF.NEW %FBB%\SYSTEM\INF.SYS
> > cd C:\FBB
> > del C:\FBB\system\dirmes.new
> > del C:\FBB\system\dirmes.old
> > if not exist C:\FBB\error.sys goto direct
> > echo SP VK2AAB >> %FBB%\MAIL.IN
> > echo Error-report >> %FBB%\MAIL.IN
> > type %FBB%\ERROR.SYS >> %FBB%\MAIL.IN
> > echo. >> %FBB%\MAIL.IN
> > ECHO /EX >> %FBB%\MAIL.IN
> > type %FBB%\ERROR.SYS >> %FBB%\ERROR.LOG
> > del %FBB%\ERROR.SYS
> > GOTO START
> > :direct
> > goto end
> > rem **************************** END of MAINT script
************************
> > rem ************************* START of STOP script
*************************
> > :stop
> > REM goto maint
> > goto end
> > rem ***************************** END of STOP script
*************************
> > rem ********************** START of ERROR script
*************************
> > :error
> > echo WFBB exited with ERRORLEVEL %2
> > rem c:\fbb\bin\sleep 5
> > goto end
> > rem **************************** END of ERROR script
**************************
> > :end
> > echo %1 script is finished.
------------------------------
_______________________________________________
End of fbb Digest, Vol 39, Issue 2
**********************************
****************************************************************
ABOVE IS A CROSS POST TO THE PACKET RADIO NETWORK IN AN EFFORT
TO PROMOTE FURTHER INTEREST IN PACKET RADIO
Courtesy Tony VK7AX VK7AX(AT)VK7AX.#ULV.TAS.AUS.OC
****************************************************************
Read previous mail | Read next mail
| |