词条 | KiXtart |
释义 |
| name = KiXtart | developer = Ruud van Velsen | released = {{Start date and age|1991}} | latest_release_version = 4.67 | latest_release_date = {{Release date and age|2016|10|10}}[1] | latest preview version = | latest preview date = | operating_system = Microsoft Windows | genre = Scripting language Automation | license = Closed source Careware | website = KiXtart.org }} KiXtart is a closed source free-format scripting language for Windows. It is described as a logon script processor and enhanced batch scripting language by the official website.[2] Its name is a portmanteau of "kick start". OverviewKiXtart is developed by Ruud van Velsen of Microsoft Netherlands. It is now provided as careware. Development started in 1991 to provide login scripting for the Microsoft LAN Manager environment. It has rich built-in functionality for easy scripting and provides access to ADSI, ADO, WMI, etc. The language can be used to display information, set environment variables, start programs, connect to network drives, read or edit the registry, change the current drive and directory, and much more. With KiXforms, the user can create a GUI for KiXtart. Code exampleRead the Windows product ID ; Read value from registry$ProductID = ReadValue("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion","ProductId"); Display result or error messageIf @ERROR = 0 ? "ProductID=$ProductID"Else ? "Error reading product ID"Endif?; DoneExit @ERROR VersionsDevelopment of KiXtart as a logon scripting language started in 1991. Later versions were released on these dates:[2]
KiXtart 2001
KiXtart 2010
Books
See also
References1. ^{{cite web|url=http://www.kixtart.org/?p=downloads |title=KiXtart Downloads |deadurl=yes |archiveurl=https://web.archive.org/web/20120206015020/http://www.kixtart.org/?p=downloads |archivedate=2012-02-06 |df= }} 2. ^1 KiXtart.org - home of KiXtart External links
2 : Proprietary software|Scripting languages |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。