FastTrack Automation Studio: Difference between revisions

Content deleted Content added
m it's→its; typo; mos
Line 1:
{{advert|date=February 2013}}
'''FastTrack Automation Studio''' (formerly known as '''FastTrack Scripting Host''') - often referred to as just FastTrack - is a [[scripting language]] for [[Windows IT]] System Administrators. The product’s goal is to handle any kind of scripting that might be required to automate processes with [[Microsoft Windows]] networks. The web site of the product is located at [http://www.fasttrackscript.com www.fasttrackscript.com].
== Overview ==
FastTrack Automation Studio (formerly known as FastTrack Scripting Host) - often referred to as just FastTrack - is a [[scripting language]] for [[Windows IT]] System Administrators. The product’s goal is to handle any kind of scripting that might be required to automate processes with [[Microsoft Windows]] networks. The web site of the product is located at [http://www.fasttrackscript.com www.fasttrackscript.com].
 
=== Manufacturer ===
FastTrack is produced by [[FastTrack Software]], which is headquartered in [[Aalborg, Denmark]]. The product is promoted by the manufacturer as a one-stop shop for Windows script writers and it’sits development paradigm is '''“one operation = one script line”'''. Script writers use a [[Integrated development environment|purpose-built editor]] to create scripts, inserting script lines via menus, drag’n drop or simply typing them in. Scripts may be used out of the box, created from scratch, imported from forums or other users, or customized from product documentation.
 
=== Types of Scriptsscripts ===
Simple scripts include:
* Outlook Signatures
Line 22 ⟶ 21:
* [[Database server|SQL Server]] scripts
 
=== Basic Structurestructure ===
Under the hood, scripts comprise commands, functions, collections and conditions. When a script is executed, these components are converted into many lines of [[C Sharp (programming language)|C# code]], sometimes hundreds of lines, depending on the particular script operation. Scripts can be compiled into [[EXE files]] or [[MSI packages]] and treated as standalone Windows applications.
 
Line 28 ⟶ 27:
FastTrack Scripting Host (FastTrack) was first developed around 2006 to ease the administration burden of IT System Administrators on Windows networks. <ref>{{cite web|last=Smith|first=Russel|title=Product Review: FastTrack Scripting Host|url=http://www.windowsitpro.com/article/product-review/product-review-fasttrack-scripting-host-140986|publisher=Windows IT Pro|accessdate=10 August 2012}}</ref>
 
=== Product Ideaidea ===
The idea for the product came from founder and President of FastTrack Software, [[Lars Pedersen]], who has a background in systems administration. Previously with [[Telenor]], Denmark’s major telephone company, Pedersen performed various roles in systems administration, programming and web development. He also worked as a consultant and developer on several major projects at various companies in Europe.
Dissatisfied from his own experiences and frustrations administering Windows networks, Pederson looked for a way to make life easier for system administrators. In particular, he wanted something that could [[Automation|minimize the amount of time needed each day to perform routine and mundane tasks]], which was a waste of time and expertise that should have been committed to other projects.{{Citation needed|date=August 2012}}
Line 69 ⟶ 68:
|}
 
== Comparison with Otherother Sriptingscripting Softwaresoftware ==
{| class="wikitable"
|-