• Adding files with TinyTic

    From jlawr@VERT/RFSTAT to All on Wednesday, April 23, 2014 18:15:17
    Hello all,

    I've been in the process of getting a Synchronet bbs up and running again, and I'm trying to get Fido and othernet filebones playing nicely with Sync. I've managed to successfully set up TinyTic to move files received by BinkD into the correct folders, as indicated in the File Areas in scfg, however the files are not showing up in the BBS file lists. I assume that this is because I need to somehow generate the corresponding .dab, .dat, and .ixb files in the file directory? If this is the case, does anyone have any suggestions for how I might solve this issue?

    Thanks,
    Jesse

    ---
    þ Synchronet þ RF Station
  • From Lord Time@VERT/TIME to jlawr on Thursday, April 24, 2014 12:07:34
    Hello all,

    I've been in the process of getting a Synchronet bbs up and running again, and I'm trying to get Fido and othernet filebones playing nicely with Sync. I've managed to successfully set up TinyTic to move files received by BinkD into the correct folders, as indicated in the File Areas in scfg, however the files are not showing up in the BBS file lists. I assume that this is because I need to somehow generate the corresponding .dab, .dat, and .ixb files in the file directory? If this is the case, does anyone have any suggestions for how I might solve this issue?

    from my tinytic :

    cfg :

    ## Configuration File Example for TinyTIC v0.0.6.1
    ##
    ## This is an actual working config file for my (Sean's) BBS.
    ##
    ## Remember, as of this version (0.0.5.1), TinyTIC doesn't
    ## auto-create directories, so make sure they're correct.

    ## Logfile is where you want the logfile to be created and
    ## what its name should be.
    Logfile d:\sbbs\data\logs\tinytic.log

    ## Inbound is where your mailer stores the TIC files and their
    ## corresponding files
    Inbound D:\sbbs\Taurus\INBOX\SECURE

    ## DataFile is used to specify where the text file will be created
    ## for each process of the TIC files and what its name
    ## will be.
    DataFile d:\sbbs\tinytic\announce.txt

    ## AreaName is used to denote which files belong to which area. Areas
    ## are specified in the TIC files.
    ## -Format: AreaName <Area's Name> <Destination of files>

    it's bat file :

    d:
    rem outgoing mail
    if not exist d:\sbbs\Taurus\inbox\secure\*.tic goto Mail_Scan
    cd \sbbs\TinyTIC
    TinyTIC
    rem Adds new files to the file base
    cd \sbbs\exec
    addfiles * /S /N /Z
    cd \sbbs\TinyTIC
    rem Add a text header and footer to my announcement
    copy header.txt+announce.txt+footer.txt final.txt
    echo.
    echo.
    echo Creating new files announcement
    rem file echo
    cd \sbbs\exec
    rem files echo
    smbutil id:\sbbs\tinytic\final.txt d:\sbbs\data\subs\FIDOREQ.shd < d:\sbbs\tinytic\files.hdr
    echo.
    echo.
    rem del final.txt & announce.txt
    cd \sbbs\tinytic
    del final.txt
    del announce.txt

    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Darktech.Org:24 or
    Telnet://Time.Synchro.Net:24 (qwk or ftn & e-mail)
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Yahoo : lordtime2000 AIM : LordTime20000 MSN : Lord Time
    Astra : lord_time X-Box : Lord Time 2000 oovoo : lordtime2000
    ---
    þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
  • From jlawr@VERT/RFSTAT to Lord Time on Friday, April 25, 2014 03:26:02
    Re: Re: Adding files with TinyTic
    By: Lord Time to jlawr on Thu Apr 24 2014 12:07 pm

    Thank you! I got it figured out.

    ---
    þ Synchronet þ RF Station
  • From Lord Time@VERT/TIME to jlawr on Thursday, April 24, 2014 22:13:04
    Subject: Re: Adding files with TinyTic

    Thank you! I got it figured out.

    your welcome, but please quote (it help, your just lucky I know what this was about, being this is the only one I reply to, but some one else might not)

    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Darktech.Org:24 or
    Telnet://Time.Synchro.Net:24 (qwk or ftn & e-mail)
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Yahoo : lordtime2000 AIM : LordTime20000 MSN : Lord Time
    Astra : lord_time X-Box : Lord Time 2000 oovoo : lordtime2000
    ---
    þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
  • From jlawr@VERT/RFSTAT to Lord Time on Friday, April 25, 2014 09:55:31
    Re: Re: Adding files with TinyTic
    By: Lord Time to jlawr on Thu Apr 24 2014 10:13 pm

    Subject: Re: Adding files with TinyTic

    Thank you! I got it figured out.

    your welcome, but please quote (it help, your just lucky I know what this wa about, being this is the only one I reply to, but some one else might not)

    Oops! Sorry about that -- I've been testing out different editors and thought the quote was included.

    Cheers,
    Jesse

    ---
    þ Synchronet þ RF Station
  • From Lord Time@VERT/TIME to jlawr on Friday, April 25, 2014 10:57:05
    your welcome, but please quote (it help, your just lucky I know what
    this wa about, being this is the only one I reply to, but some one else might not)

    Oops! Sorry about that --

    ok

    I've been testing out different editors and thought the quote was included.

    ohh ok

    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Darktech.Org:24 or
    Telnet://Time.Synchro.Net:24 (qwk or ftn & e-mail)
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Yahoo : lordtime2000 AIM : LordTime20000 MSN : Lord Time
    Astra : lord_time X-Box : Lord Time 2000 oovoo : lordtime2000
    ---
    þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games