• Code for files

    From Spiritwild@VERT/TALAMASC/SPIRIT to Digital Man on Sun Jan 30 06:58:00 2000
    Hey Rob, What's the best code to add to a baja mod to download a perticularãfile ? Lets say a menu that has "hit [D] to download this file"ãThanks!ãã---ã þ Synchronet þ SPIRIT OF THE WILD BBSã
  • From PistolGrip@VERT/WASTELND to Spiritwild on Sun Jan 30 10:29:00 2000
    RE: Code for filesãBY: Spiritwild to Digital Man on Sun Jan 30 2000 01:58 pmãã > Hey Rob, What's the best code to add to a baja mod to download a perticularã > file ? Lets say a menu that has "hit [D] to download this file"ã > Thanks!ããFILE_DOWNLOADã-------------ãThis function attempts to download all files matching the filespec containedãin the current command string.ããFILE_GETã--------ãThis function is used to remotely download a file that is not in the fileãdatabase. This function is normally reserved as a "sysop only" operation.ãThe path and filename to be downloaded are contained in the current commandãstring.ããFILE_SENDã---------ãSame as FILE_GET, but doesn't require system password.ãããã---ã þ Synchronet þ WasteLand BBS þ telnet://wasteland.darktech.org ã
  • From Beta@VERT/TALAMASC to Spiritwild on Sun Jan 30 10:48:00 2000
    RE: Code for filesãBY: Spiritwild to Digital Man on Sun Jan 30 2000 03:58 pmãã > Hey Rob, What's the best code to add to a baja mod to download a perticularã > file ? Lets say a menu that has "hit [D] to download this file"ã > Thanks!ããFILE_SEND <Complete path to file and file name>ãFrom line 4263 of the BAJA.DOC file.ããOr for a file in the file database on the BBS ãFILE_DOWNLOAD ãMust read line 4127 of BAJA.DOC to figure this on out. :)ãBetaãã---ã þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.comã
  • From Angus Netfoot@VERT/TALAMASC to Spiritwild on Sun Jan 30 11:56:00 2000
    RE: Code for filesãBY: Spiritwild to Digital Man on Sun Jan 30 2000 03:58 pmãã > Hey Rob, What's the best code to add to a baja mod to download a perticularã > file ? Lets say a menu that has "hit [D] to download this file"ããJust guessing, mind you, but might it be: FILE_DOWNLOAD ???ããã SETSTR "*.BAT"ã FILE_DOWNLOADããshould do it for all the BATch files....ãã---ã þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.comã