AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to VBBS/VADV How-To  <--  <--- Return to Home Page
   Networked Database  VBBS/VADV How-To   [829 / 1099] RSS
 From   To   Subject   Date/Time 
Message   papabill    All   VNET   November 27, 2012
 9:07 PM  

Since there is no VNET any more, is there any reason I cannot delete these two
batch files. All they do is process VNET packets. They are in my Scheduled Task
list, and seem to be a waste of time.

REM outbound.bat
@echo off
rem This will process incoming VirtualNET packets.
c:
cd \va
if exist b0.flg goto Exit
echo flag > B0.FLG
if exist c:\fido\in0\Z0001704.* move c:\fido\in0\Z0001704.* c:\net1 >nul.
VNET.EXE /IMPORT=c:\net1\Z0001864.000 NETWORKID=1 >nul.
if exist c:\fido\in0\VNETUPD.ZIP PKUNZIP.EXE -o c:\fido\in0\VNETUPD.ZIP *.*
>nul.
if exist c:\fido\in0\VNETUPD.ZIP VNET.EXE /A NETWORKID=1 >nul.
if exist c:\fido\in0\VNETUPD.ZIP del c:\fido\in0\VNETUPD.ZIP >nul.
:Exit
if exist B0.FLG del B0.FLG
c:
cd\va
set dszlog=


REM process.bat
@echo off
rem Process outbound VirtualNET packets.
rem --- VIRTUALNET ---
c:
cd\va
vnet.exe 0 /u networkid=1 >nul.
cd\net1
if not exist A0000000.001 goto Exit
if not exist Z0000000.001 goto Exit
md TEMP
if exist Y0000000.001 ren Y0000000.001 Y.TMP > nul.
copy *0000000.001 TEMP > nul.
cd TEMP
PKZIP.EXE -m -ex Z0000000.001 *.* >nul.
copy Z0000000.001 c:\fido\out\000001 > nul.
del Z0000000.001 > nul.
cd ..
rd TEMP
if exist *0000000.001 del *0000000.001 > nul.
if exist Y.TMP copy Y.TMP Y0000000.001 > nul.
if exist Y.TMP del Y.TMP > nul.
:Exit
c:
cd\va

Thanks


--
[AT2k] -- Your VBBS/VADV Support Center -- [www.at2k.org] -- [bbs.at2k.org]
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to VBBS/VADV How-To  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0152 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.1.241108