Jump to content

MasterKnack

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by MasterKnack

  1. The code works the most, I mean to make a colorful syntax that is constantly updated without blinking
  2. Anyone know how to do this?
  3. I was looking for this, but I can do it so that it is regularly lit so that you do not have to click
  4. Hello, I'm in the process of designing a script editor and I'm thinking a few days to create a colorful syntax, such as in ScTiE, I do not know how to do it. I am counting on helping people from this forum, best regards!
  5. I'm using Win 8.1 Pro
  6. This UDF gets basic information about BIOS. I'm author of this udf, and this is my first udf. Example: #include "BIOS.au3" Example() Func Example() MsgBox(0, "", _ @CRLF & "BIOS Release Date...........| "& _BIOS_Release_Date() & _ @CRLF & "BIOS Vendor.....................| "&_BIOS_Vendor() & _ @CRLF & "BIOS Version....................| "& _BIOS_Version() & _ @CRLF & "System BIOS Version.......| "& _BIOS_SysBIOSVer() & _ @CRLF & "System Family..................| "& _BIOS_SysFamily() & _ @CRLF & "System Manufacturer......| "& _BIOS_SysManufacturer() & _ @CRLF & "System Product Name....| "& _BIOS_SysProdcName() & _ @CRLF & "System Version.................| "&_BIOS_SysVer()& _ @CRLF & "System SKU........................| "&_BIOS_SKU()) EndFunc BIOS.au3
×
×
  • Create New...