Section One BBS

Welcome, Guest.


Subject: Questions about batch file Date: Mon Dec 09 2019 12:26 am
From: Sean Dennis To: All

Hello All.

Needing a little help here...I wrote a simple batch file to process my weekly
Fidonet nodelists.  Should I be using something like nodelist.0?? or should I
use nodelist.0* in the below batch?

=== Cut ===
@echo off
cd\qnode
if exist d:\bt\in\nodelist.z?? copy d:\bt\in\nodelist.z??
for %%A in (nodelist.0?? nodelist.1?? nodelist.2?? nodelist.3??) do echo y|del
%%A
unzip nodelist.z??
echo y|del nodelist.z??
qnode
=== Cut ===

Thanks,
Sean

--- GoldED/2 3.0.1
 * Origin: Outpost BBS * bbs.outpostbbs.net:2304 (1:18/200)

Previous Message       Next Message
Replies: Questions about batch file (mark lewis)