ENGLISH TEXT FOLLOW ITALIAN TEXT...

LIST2UNP e' un programma per convertire il formato di  LIST  ottenuto  da  una
normale connessione al bbs, nel formato UNPROTO emesso da  bbs  di  tipo  fbb,
in modo che detto  listato  possa  essere  processato  dal  comando  MERGE  di
tsthost: questa operazione permettera' di avere una lista  unproto  aggiornata
senza dover necessariamente attendere i pacchetti unproto del bbs.

LIST2UNP richiede un unico argomento in ingresso: il nome,  completo  di  path
se necessario, del file da convertire. Dopo  la  lettura  del  file  sorgente,
list2unp  produrra'  un  file  nella  directory  ATTUALE  CORRENTE   di   nome
LIST2UNP.OUT. Questo file conterra' lo stesso identico  listato  del  file  di
ingresso, ma scritto nel formato unproto emesso da  fbb,  quindi  direttamente
processabile dal comando UL MERGE di tsthost.

NOTA BENE: sfortunatamente fbb prevede la  possibilita'  di  definire  formati
diversi di emissione lista durante  la  connessione.  LIST2UNP  funziona  SOLO
sui bbs il cui formato di lista e' come e' stato previsto dall'autore di  fbb,
se il sysop del vostro bbs ha modificato il  formato  dei  campi  che  vengono
emessi dalla lista, ovviamente il programma potrebbe non essere  in  grado  di
interpretarli correttamente!

Una tipica applicazione potrebbe essere quella di connettere il bbs, aprire un
file di record, chiedere il  list  al  bbs,  chiudere  il  file  di  record  e
sconnettersi. Processare il file di registrazione  con  LIST2UNP  ed  eseguire
l'import di LIST2UNP.OUT tramite il comando UL MERGE. Il tutto inserito in una
macro, che a sua volta potrebbe essere inserita  nel  tsthost.crn  automatizza
al massimo il sistema....

			================================

LIST2UNP is a program to convert  the  LIST  format  obtained  with  a  normal
connection to the bbs (L command), in the UNPROTO format emitted from fbb bbs,
so you may import that file in the tsthost unproto list with  the  appropriate
UL MERGE command: this operation will permit you to have a complete  bbs  list
without wait for the unproto emission.

LIST2UNP require in input a unique parameters: the name, and path  if  needed,
of the file to be converted. After processing this file, list2unp will produce
in output, ON THE ACTUAL CURRENT DIRECTORY, a file  named  LIST2UNP.OUT.  This
file will contained the equivalent in unproto format of the bbs messages list,
and may be processed directly with the UL MERGE command.

ATTENCTION: fbb bbs provide tha capability to set up the format  of  the  list
emission. Since list2unp is a converter, it may work only with a fixed  format
in input file: the program will work with all bbs list emission that have  the
single field unchanged from the prototipe diffuse  in  the  original  language
file with the fbb package. If the sysop of the bbs have changed  that  format,
probably this convert will not work, or may produce invalid unproto format  in
it's output.

A tipical application may be this: connect the bbs, open a  record  file,  ask
for the message list. Close the record file and disconnect. Process the record
file with list2unp that will produce a file called list2unp.out... Import this
file with the UL MERGE command. All this simple operation may be done  with  a
macro; now if you insert the macro in the hourly  processed  tsthost.crn,  you
will obtain a complete unproto system even if  your  bbs  does  not  have  the
unproto enabled!

			==========================

The format of the input file must be this for work:
Il formato del file di input deve essere questo per funzionare:

MSG_NBR MSG_FLAG MSG_SIZE TO@ROUTE FROM other irrilevant
                               ^fiefd not obbligatory

73, mario IK1GKJ@IK1MSL
