home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Topware / Scriptworx / _SETUP.1 / batch.sch < prev    next >
Text File  |  2000-06-05  |  3KB  |  111 lines

  1. object TPersHolder
  2.   P.Name = 'MS-DOS Batch Language'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 1
  9.       FIFloatNum = 2
  10.       FIHexNum = 3
  11.       UseComments = True
  12.       UseSingleLineComments = True
  13.       UseFullLineComments = True
  14.       UseStrings = True
  15.       UseSingleLineStrings = True
  16.       UseNumbers = True
  17.       UseKeywords = True
  18.       BlockDelimiters = <>
  19.       SingleLineCommentDelimiters = <
  20.         item
  21.           FontID = 4
  22.           LeftDelimiter = 'rem'
  23.         end>
  24.       FullLineCommentDelimiters = <
  25.         item
  26.           FontID = 5
  27.           LeftDelimiter = ':'
  28.         end>
  29.       SingleLineStringDelimiters = <
  30.         item
  31.           FontID = 7
  32.           LeftDelimiter = '"'
  33.           RightDelimiter = '"'
  34.         end>
  35.       KeywordSets = <
  36.         item
  37.           FontID = 6
  38.           Name = 'commands'
  39.           Keywords = 
  40.             'call,do,echo,errorlevel,exist,for,goto,if,in,not,pause,rem,set,s' +
  41.             'hift'
  42.         end>
  43.     end>
  44.   P.FontTable = <
  45.     item
  46.       FontID = 0
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clBlack
  49.       Font.Height = -13
  50.       Font.Name = 'Courier New'
  51.       Font.Style = []
  52.     end
  53.     item
  54.       FontID = 1
  55.       Font.Charset = DEFAULT_CHARSET
  56.       Font.Color = clGreen
  57.       Font.Height = -13
  58.       Font.Name = 'Courier New'
  59.       Font.Style = []
  60.     end
  61.     item
  62.       FontID = 2
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clGreen
  65.       Font.Height = -13
  66.       Font.Name = 'Courier New'
  67.       Font.Style = []
  68.     end
  69.     item
  70.       FontID = 3
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clGreen
  73.       Font.Height = -13
  74.       Font.Name = 'Courier New'
  75.       Font.Style = []
  76.     end
  77.     item
  78.       FontID = 4
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clGray
  81.       Font.Height = -13
  82.       Font.Name = 'Courier New'
  83.       Font.Style = [fsItalic]
  84.     end
  85.     item
  86.       FontID = 5
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clGray
  89.       Font.Height = -13
  90.       Font.Name = 'Courier New'
  91.       Font.Style = [fsBold]
  92.     end
  93.     item
  94.       FontID = 6
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clBlue
  97.       Font.Height = -13
  98.       Font.Name = 'Courier New'
  99.       Font.Style = [fsBold]
  100.     end
  101.     item
  102.       FontID = 7
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clMaroon
  105.       Font.Height = -13
  106.       Font.Name = 'Courier New'
  107.       Font.Style = []
  108.     end>
  109.   P.SyntaxVersion = 2
  110. end
  111.