home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / keepem01 / keepem.txt < prev   
Text File  |  1994-03-25  |  8KB  |  230 lines

  1.                                 Keep 'Em In Order
  2.                                  By  Mark Taylor
  3.                           ©Try That Once! SoftWare 1994
  4.  
  5.  Here's the nitty gritty stuff then!
  6.  All code documents and files in this archive are the copyright of me Mark
  7.  Taylor.This program may be sold as PD as long as no profit is involved 
  8.  and all files are kept in archive,also if you use this program more than
  9.  once or twice then you must register,otherwise trash it!,the registration
  10.  fee is 10 UK Pounds,15 USA Dollars or 15 German DM,and my home address
  11.  can be found in these doc's and on the help screen,if you don't register
  12.  then there will be NO bug fixes or added features,so it's up to you 
  13.  really,a lot of time and effert has been spent on this program,and if 
  14.  you want more programs then register it!! Thats the end of my moaning :)
  15.  
  16.  I hate writting doc's so if you can do better then I'd be most grateful,
  17.  The program is totally mouse driven so I thinks it's very easy to use,
  18.  but then again I wrote it.I'll describe how to use 'Keep 'Em In Order'
  19.  the best I can,so here goes.
  20.  
  21.  What's it do then?
  22.  ==================
  23.  Well since I started beta testing ProBBS (John Carolin) I really like it,
  24.  but it has no ASCII file data and uses a binary 'DAT' file,so it's not 
  25.  easy to see whats on there,so I set about writing a util that would allow
  26.  me to alter certain things,delete files and also upload files to the BBS,
  27.  as when using version (0.16beta) there was no way of uploading files when
  28.  in local mode.So it's a general purpose editing tool,with which you can
  29.  alter descriptions and who uploaded the file,upload files,delete files,
  30.  make files free or off-line meaning you can now setup CD-Roms.
  31.  
  32.  To start with you need a flat ASCII file called 'KeepEm.CFG',in the same 
  33.  place as the main program,this contains 2 lines.
  34.  
  35.  Line 1 : Where Probbs.ttp can be found. 
  36.  Probbs   j:\probbs\     
  37.  
  38.  Line 2 : Where you keep your FAR files.
  39.  Fars     j:\probbs\fars\
  40.  
  41.  Also if you are running in Medium Rez,then rename 'KeepEm.Med' to 
  42.  'KeepEm.RSC' 
  43.  
  44.  
  45.  Main Screen
  46.  ===========
  47.  
  48.   Info
  49.  Type        : Button
  50.  Description : Calls a screen with my address and E-Mail address',also you
  51.                can call a short help screen
  52.  
  53.   Quit
  54.  Type        : Button
  55.  Description : Back to desktop
  56.  
  57.   Load *.Far
  58.  Type        : Button
  59.  Description : Calls the file selector for you to load in a 'FAR',only
  60.                files with the extension of 'FAR' will be accepted
  61.  
  62.   Upload File
  63.  Type        : Button
  64.  Description : Checks wether it's a Off-Line file first,and then calls the 
  65.                file selector,then if it's Off-Line goes straight to the 
  66.                Description Screen,where you can enter the description and 
  67.                who uploaded the file,if it's a normal file it copies the 
  68.                file to the download area does a few checks,and then you
  69.                go to the Description Screen
  70.                You may use the wildcard characters (* and ?),to upload 
  71.                files ie *.Zip all Zip files will be allowed,you are asked
  72.                to confirm the upload when in this mode
  73.  
  74.   Save *.Dat
  75.  Type        : Button
  76.  Description : Save a altered 'Dat' file,this will be either one that has
  77.                had a upload,or deleted or if the date was a bit dodgy( I
  78.                found that when STZip adds a comment it takes the file date,
  79.                now if this happens to be a folder it's a good chance of 
  80.                being a '00:00:xx' and you get weird dates,so even if you
  81.                have'nt done anything it may still need saving,you'll be 
  82.                asked anyway )
  83.  
  84.   Delete
  85.  Type        : Button
  86.  Description : You can delete just the entry details or the former and the
  87.                file,if you choose just the entry the only the Uploader and 
  88.                Description will be deleted allowing you to fill these in
  89.                again if you change your mind but if you choose 'Both' then
  90.                entry and File are deleted,and Filename,description,size 
  91.                and uploader will be removed,and it's now DEAD :)
  92.  
  93.   Show File Info
  94.  Type        : Button (or Return Key)
  95.  Description : This calls up the Description screen
  96.  
  97.   FileName
  98.  Type        : Information only
  99.  Description : Shows the filename for this entry
  100.  
  101.   ⇦⇦ ⇦
  102.  Type        : Button
  103.  Description : Decrease file number by 10 or 1,this corrosonds with the 
  104.                FileName info,A bell will sound when you reach '0' and it
  105.                then wraps to the highest number,this counter is the number
  106.                of entrys in the 'Dat' file
  107.  
  108.   ⇨ ⇨⇨
  109.  Type        : Button
  110.  Description : Same as above but Increase by 1 or 10
  111.  
  112.   Area
  113.  Type        : Information Only
  114.  Description : Description for this File Area
  115.  
  116.   *.Dat
  117.  Type        : Information Only
  118.  Description : Where the 'Dat' file is kept,as it may be different from
  119.                the file area itself
  120.  
  121.   DownLoad
  122.  Type        : Information Only
  123.  Description : Where the Downloads are
  124.  
  125.  Description Screen
  126.  ==================
  127.  
  128.  This is where all details are shown about the file,you may only edit
  129.  the Uploader and Description sections,plus the buttons Free,Off-Line
  130.  and None.
  131.  
  132.   Save Info
  133.  Type        : Button
  134.  Description : If you've altered any of the editable options then you 
  135.                click on this button,otherwise no alteration is saved!!
  136.  
  137.   Quit
  138.  Type        : Button (Or Return Key)
  139.  Description : Takes you back to main screen
  140.  
  141.   Number
  142.  Type        : Information Only
  143.  Description : File Number of file
  144.  
  145.   FileName
  146.  Type        : Information Only
  147.  Description : FileName,No checks are made as to whether the file actually
  148.                exists or not
  149.  
  150.   Date
  151.  Type        : Information Only
  152.  Description : This shows the date when uploaded,if the date is a dodgy
  153.                one ie 10/05/127 then it will be replaced with TODAYS
  154.   
  155.   Uploader
  156.  Type        : Editable Text
  157.  Description : Name of Uploader,you may edit this enty
  158.  
  159.   Size
  160.  Type        : Information Only
  161.  Description : Size of file when uploaded,it may be different if you've 
  162.                added comments to it
  163.  
  164.   ⇦⇦ ⇦      
  165.  Type        : Button
  166.  Description : Same as Main Screen
  167.  
  168.   ⇨ ⇨⇨ 
  169.  Type        : Button
  170.  Description : Same as Main Screen
  171.  
  172.   File State
  173.  Type        : Radio Buttons
  174.  Description : Up untill now all files have no setting,but you may now 
  175.                make the file Free ie Filelists,or Off-Line ie CD-Roms
  176.                or as the are now neither,only 1 can be used though
  177.  
  178.   Description
  179.  Type        : Editable Text  
  180.  Description : There are 5 lines of 60 charactors,when a description is 
  181.                read in it is formatted,it tries to leave a space at the 
  182.                end of each line,if it can't it will leave one at the 
  183.                start of the next,this means all 5 lines may be used.
  184.                But when saving,only 244 charactors may be used for the
  185.                description,also all line are added to each other,so 
  186.                make sure you leave a space either at the end or the 
  187.                begining of each line
  188.  
  189.  Right thats about it really,if you can do a better text file send it to
  190.  one of my address' and I'll include it in the archive.Now remember if 
  191.  you want added features then please register the program.
  192.  
  193.  
  194.  My adddress 
  195.  1,Hope Villas,
  196.  Upper SpringField Road,
  197.  Uplands,Stroud,
  198.  GLOS.GL5 1TF.UK
  199.  
  200.  BBS I'll Try That Once! 24 Hours +44-(0)453-765378 V32Bis V42Bis
  201.  
  202.  E-mail Address'
  203.  
  204.  100:107/0@turbonet.ftn
  205.  90:106/150@nest.ftn
  206.  51:501/150@atarinet.ftn
  207.  2:253/35@fidonet.org
  208.  777:300/0@fishnet.ftn
  209.  111:440/8@technet.ftn
  210.  107:1709/20@treknet.ftn  (UK)
  211.  87:6008/9004@treknet.ftn  (USA)
  212.  
  213.  History
  214.  =======
  215.  
  216.  25 March 1994
  217.  v0.01 First realease to the public.
  218.  
  219.  
  220.  
  221.   
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.