home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 245.img / DOS50-2.ZIP / DOS50-2.TD0 / MONO.IN$ / MONO.bin
Encoding:
INI File  |  1990-06-07  |  6.3 KB  |  262 lines

  1. [savestate]
  2. screenmode = text
  3. resolution = high
  4. startup = startprograms
  5. filemanagermode = singletree
  6. sortkey = name
  7. pause = disabled
  8. explicitselection = disabled
  9. swapmouse = disabled
  10. [programstarter]
  11. currentcolor = MonoChrome
  12. filemanager = enabled
  13. command = enabled
  14. group = 
  15. {
  16.     program = 
  17.     {
  18.         title = Command Prompt
  19.         special = command
  20.         pause = disabled
  21.     }
  22.     program = 
  23.     {
  24.         title = Change Colors
  25.         special = color
  26.     }
  27.     program = 
  28.     {
  29.         title = File Manager
  30.         special = filemanager
  31.     }
  32.     group = 
  33.     {
  34.         title = Utilities
  35.         special = 
  36.         program = 
  37.         {
  38.             command = date %1
  39.             title = Set Date
  40.             pause = enabled
  41.             dialog = 
  42.             {
  43.                 title = Set Date
  44.                 info = Enter the date MM-DD-YY
  45.                 prompt = Parameters . . .
  46.                 parameter = %1
  47.             }
  48.         }
  49.         program = 
  50.         {
  51.             command = time %1
  52.             title = Set Time
  53.             pause = enabled
  54.             dialog = 
  55.             {
  56.                 title = Set Time
  57.                 info = Enter the time HH-MM-SS
  58.                 prompt = Parameters . . .
  59.                 parameter = %1
  60.             }
  61.         }
  62.         program = 
  63.         {
  64.             command = diskcopy %1 %2
  65.             title = Disk Copy
  66.             pause = enabled
  67.             dialog = 
  68.             {
  69.                 title = Disk Copy
  70.                 info = Enter source and destination drives.
  71.                 prompt = Parameters . . .
  72.                 default = a: b:
  73.                 parameter = %1
  74.             }
  75.             dialog = 
  76.             {
  77.                 parameter = %2
  78.             }
  79.         }
  80.         program = 
  81.         {
  82.             command = diskcomp %1 %2
  83.             title = Disk Compare
  84.             pause = enabled
  85.             dialog = 
  86.             {
  87.                 title = Disk Compare
  88.                 info = Enter the disk to compare.
  89.                 prompt = Parameters . . .
  90.                 default = a: b:
  91.                 parameter = %1
  92.             }
  93.             dialog = 
  94.             {
  95.                 parameter = %2
  96.             }
  97.         }
  98.         program = 
  99.         {
  100.             command = backup %1
  101.             title = Backup Fixed Disk
  102.             pause = enabled
  103.             dialog = 
  104.             {
  105.                 title = Backup Fixed Disk
  106.                 info = Enter source and destination drives.
  107.                 prompt = Parameters...
  108.                 default = c:\*.* a: /s
  109.                 parameter = %1
  110.             }
  111.         }
  112.         program = 
  113.         {
  114.             command = restore %1
  115.             title = Restore Fixed Disk
  116.             pause = enabled
  117.             dialog = 
  118.             {
  119.                 title = Restore Fixed Disk
  120.                 info = Enter the source and destination drives.
  121.                 prompt = Parameters . . .
  122.                 parameter = %1
  123.             }
  124.         }
  125.         program = 
  126.         {
  127.             command = format %1
  128.             title = Format 
  129.             pause = enabled
  130.             dialog = 
  131.             {
  132.                 title = Format
  133.                 info = Enter the drive to format.
  134.                 prompt = Parameters . . .
  135.                 default = a:
  136.                 parameter = %1
  137.             }
  138.         }
  139.         program = 
  140.         {
  141.             command = qbasic %1
  142.             title = Quick Basic
  143.             pause = disabled
  144.             dialog = 
  145.             {
  146.                 title = Quick Basic
  147.                 info = Type in the name of your basic program.
  148.                 prompt = Parameters
  149.                 parameter = %1
  150.             }
  151.         }
  152.         program = 
  153.         {
  154.             command = edit %1
  155.             title = DOS Editor
  156.             pause = disabled
  157.             dialog = 
  158.             {
  159.                 title = DOS Editor
  160.                 info = Enter the file you want to edit.
  161.                 prompt = Edit . . .
  162.                 parameter = %1
  163.             }
  164.         }
  165.     }
  166. }
  167. color = 
  168. {
  169.     selection = 
  170.     {
  171.         title = MonoChrome
  172.         foreground = 
  173.         {
  174.             base = black
  175.             highlight = white
  176.             selection = white
  177.             alert = white
  178.             menubar = black
  179.             menu = black
  180.             disabled = white
  181.             accelerator = white
  182.             dialog = black
  183.             button = white
  184.             elevator = black
  185.             titlebar = white
  186.             scrollbar = white
  187.             borders = black
  188.             drivebox = black
  189.             driveicon = black
  190.         }
  191.         background = 
  192.         {
  193.             base = white
  194.             highlight = black
  195.             selection = black
  196.             alert = black
  197.             menubar = white
  198.             menu = white
  199.             disabled = white
  200.             accelerator = black
  201.             dialog = white
  202.             button = black
  203.             elevator = white
  204.             titlebar = black
  205.             scrollbar = black
  206.             borders = black
  207.             drivebox = white
  208.             driveicon = white
  209.         }
  210.     }
  211.     selection = 
  212.     {
  213.         title = Reverse
  214.         foreground = 
  215.         {
  216.             base = white
  217.             highlight = black
  218.             selection = black
  219.             alert = black
  220.             menubar = white
  221.             menu = white
  222.             disabled = black
  223.             accelerator = black
  224.             dialog = white
  225.             button = black
  226.             elevator = white
  227.             titlebar = black
  228.             scrollbar = black
  229.             borders = white
  230.             drivebox = white
  231.             driveicon = white
  232.         }
  233.         background = 
  234.         {
  235.             base = black
  236.             highlight = white
  237.             selection = white
  238.             alert = white
  239.             menubar = black
  240.             menu = black
  241.             disabled = black
  242.             accelerator = white
  243.             dialog = black
  244.             button = white
  245.             elevator = black
  246.             titlebar = white
  247.             scrollbar = white
  248.             borders = black
  249.             drivebox = black
  250.             driveicon = black
  251.         }
  252.     }
  253. }
  254. associations = 
  255. {
  256.     association = 
  257.     {
  258.         program = C:\DOS\EDIT.COM
  259.         extension = TXT
  260.     }
  261. }
  262.