Search

Files (633)

  • BINK_250.DOC in bexe_250.zip

    ...---------------------- Bink 2.50 will MOST DEFINITELY break your 2.40 batch files, if you're using the "BBS Spawn", "BBS Batch", or "ExtrnMail" ...

  • BINKLEY.CFG in bexe_250.zip

    ... of exit to the BBS to make when someone calls ; AfterMail Program or batch file invoked after receiving mail to process ; Cleanup Program...

  • BINK_250.DOC in bsml_250.zip

    ...---------------------- Bink 2.50 will MOST DEFINITELY break your 2.40 batch files, if you're using the "BBS Spawn", "BBS Batch", or "ExtrnMail" ...

  • BINKLEY.CFG in bsml_250.zip

    ... of exit to the BBS to make when someone calls ; AfterMail Program or batch file invoked after receiving mail to process ; Cleanup Program...

  • B_BBS.C in bsrc_250.zip

    ...int xit = 0; unsigned int baudrate; char command[80]; FILE *bbsbatch; long t1, t2; if (BBSnote != NULL) { (void) S...

  • BREC.C in bsrc_250.zip

    ... */ /* BinkleyTerm Batch Receiver State Machine */ /* ...

  • BSEND.C in bsrc_250.zip

    ... */ /* BinkleyTerm Batch Sender State Machine */ /* ...

  • DOWNLOAD.C in bsrc_250.zip

    ...Zmodem (download_path, NULL); break; default: err = Batch_Receive (download_path); break; } comm_bits = sav...

  • FTSC.C in bsrc_250.zip

    ...G_TXT(M_END_OF), MSG_TXT(M_OUTBOUND), MSG_TXT(M_FILE_ATTACHES)); (void) Batch_Send (NULL); return TRUE; } int FTSC_recvmail (int outbound_s...

  • JANUS.C in bsrc_250.zip

    ...long procfname (void); byte rcvpkt (void); void rxclose (word); void endbatch (void); void j_message (word, char *,...); void j_status (char *,.....

  • JANUS.H in bsrc_250.zip

    ... */ #define HALTACKPKT 'G' /* Halt packet ACK for ending batch */ #define FREQPKT 'H' /* File request packet ...

  • M7REC.C in bsrc_250.zip

    ...return (MR0); } int Modem7_Receive_File (char *filename) { XMARGS batch; int res; batch.result = 0; batch.filename = filename; ...

  • M7SEND.C in bsrc_250.zip

    ...CCESS); } } int Modem7_Send_File (char *filename) { XMARGS batch; int res; batch.result = 0; batch.filename = filename; ...

  • PROTOTYP.H in bsrc_250.zip

    ...ile (char *); int Modem7_Send_File (char *); int Batch_Receive (char *); int Batch_Send (char *); int ...

  • RECVBARK.C in bsrc_250.zip

    ...cdog_time)) < 0) || nfiles1 == args->nfiles) { (void) Batch_Send (NULL); } else { (void) Batch_Send (NUL...

  • SENDBARK.C in bsrc_250.zip

    ... c = TIMED_READ (10); if (c == ACK) { (void) Batch_Receive (args->inbound); ret = SB3; break; ...

  • UPLOAD.C in bsrc_250.zip

    .../* * Find the delimiter on the pathspec for use by the various * batch protocols. */ p = strrchr (filepath, '\\'); if (...

  • XMREC.C in bsrc_250.zip

    ...state_machine (Xmodem_Receiver, &xmfile, XR0); return (res); } int Batch_Xmodem_Receive_File (char *path, char *filename) { XMARGS xmfile...

  • ZRECEIVE.C in bsrc_250.zip

    ...Z_32ReceiveData (byte *, int); int RZ_InitReceiver (void); int RZ_ReceiveBatch (FILE *); int RZ_ReceiveFile (FILE *); int RZ_GetHeader (void); in...

  • ZSEND.C in bsrc_250.zip

    ... */ /* sends one file per call; 'fsent' flags start and end of batch */ /*------------------------------------------------------...