home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / dlg_diz2.zip / DLG_DIZ.DOC next >
Text File  |  1994-05-16  |  3KB  |  81 lines

  1.                         DLG_DIZ v2.0 ⌐ Marcus Johnson 1994
  2.                          For The DLG BBS Operating System
  3.  
  4. Legal stuff:
  5.  
  6.        I accept no responsibility for any harm caused to you or your system by
  7.        using this program.  This version can be modified to suit your uses but
  8.        I ask that you send me your modified code.
  9.  
  10. What is it? : 
  11.  
  12.        The usage of FILE_ID.DIZ description files are becoming popular on all
  13.        bbs software packages out there.  Since there wasn't a built-in utility
  14.        in DLG I decided to write one.  I got the idea from a program someone 
  15.        had written for C-Net.  
  16.  
  17. What does it do? :
  18.   
  19.        When a user uploads a file, DLG_DIZ checks the archive for a file called
  20.        FILE_ID.DIZ.  If this file is found DLG_DIZ will insert the text from it
  21.        into the user's description editor so they can modify it or use it like
  22.        it is.
  23.  
  24. What archivers does it work with? :
  25.  
  26.        DLG_DIZ currently works with LHA, LZH, ARC, ZOO, ZIP, ARJ and DMS
  27.        archives.  It will also check text files for their id.  What more
  28.        is there?
  29.  
  30. Installation? :
  31.  
  32.        Installation is very simple.  Make a directory in your DOORS: directory, 
  33.        called DLG_DIZ and put the file DLG_DIZ.rexx in it.
  34.        
  35.        You must have the following in your files installed on your system:
  36.  
  37.        c:LHa
  38.        c:UnZip
  39.        c:Zoo
  40.        c:PKXArc
  41.        c:UnArj 
  42.        c:DMSDescript
  43.  
  44.        I've included the file DMSDescript in the archive.  I have no idea where
  45.        this file originated and I don't have an original archive of it.  If 
  46.        anyone knows where to get it let me know.
  47.      
  48.        DLGConfig/Batch/Upload1.batch
  49.     
  50.        You can cut out the following and make it into the Upload1.batch file.
  51. -------------------------------------------------------------------------------
  52.  
  53. .key username/a,filename/a
  54. .bra "["
  55. .ket "]"
  56. changetaskpri -2
  57. rx Doors:DLG_DIZ/DLG_DIZ.rexx [username],[filename]
  58.  
  59. -------------------------------------------------------------------------------  
  60.  
  61.        Any brackets can be used.  In case you already have an Upload1.batch
  62.        file, just make sure you use whatever brackets are at the top of it
  63.        instead of the "[" and "]" that I use.  Also, make sure that you DON'T
  64.        put a space between the the two arguments.  YOU MUST, HOWEVER, PUT THE
  65.        "," (COMMA) BETWEEN THE ARGUMENTS OR THE PROGRAM WILL NOT WORK!
  66.       
  67. The future? :
  68.    
  69.        I dunno.  What do you guys want to see?
  70.  
  71. Suggestions & Complaints? :
  72.  
  73.        Send all suggestions, bugs, complaints or whatever to
  74.  
  75.        Marcus Johnson
  76.        A.F.I.T. Amiga User's Group Support BBS
  77.        (513)-879-9798
  78.        FIDO 1:110/300
  79.    
  80.        You can also leave me mail in the DLG_Developers area.
  81.