home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cdd10.zip / CDD.CNF next >
Text File  |  1993-03-18  |  1KB  |  49 lines

  1. ; CD Director 
  2. ; Copyright (c) 1992 by Gary R. Smith
  3. ; All Rights Reserved
  4. ;
  5. ; Configuration file information
  6. ;
  7. ;
  8. ;
  9. ; Enter the basic name for all work directories. If you have only one node 
  10. ; then your node directory will be TEMP1, if you have two nodes it would
  11. ; be TEMP1 and TEMP2 and so on..
  12.  
  13. WORKDIR=C:\TEMP
  14.  
  15. ; ZIPFILE - This is the full path and name to the file that is to be
  16. ; inserted in the zip file.
  17.  
  18. ZIPFILE=C:\PCB\RNBB
  19.  
  20. ; MSG-LINE-COLOR - Set this to the color you want the Single Line message
  21. ; to be (MSGLINE).
  22.  
  23. MSG-LINE-COLOR=@X0D
  24.  
  25. ; SHOWMSG - Set this to YES to show the single line message MSGLINE or NO
  26. ; if you do not desire to show the line.
  27.  
  28. SHOWMSG=YES
  29.  
  30. ; SHOWSTATUS - If you want to show the status of the files movement/update
  31. ; etc then set this option to YES, else set it to NO to show nothing.
  32.  
  33. SHOWSTATUS=yes
  34.  
  35. ; MSGLINE - This should be set to the message that you want to show as a
  36. ; one line message. This field does accept the PCBoard Color Codes.
  37.  
  38. MSGLINE=@X0F CD-Director @X07(tm)@X0D 11.28.2100,@X0F From Computer Profiles!
  39.  
  40. ; STATUS-COLOR - These remaining items set the color of the line/item 
  41. ; indicated, Use the PCB color codes to customize the colors any way you want.
  42.  
  43. STATUS-COLOR=@X0B
  44. FILENAME-COLOR=@X0F
  45. END-MSG-COLOR=@X07
  46. MOVE-COLOR=@X07
  47. UPDATE-COLOR=@X0F
  48. COMP-COLOR=@X0E
  49.