<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ComponentSource Topic | Automise</title><link>http://www.componentsource.com/topics/automise/index.html</link><description></description><language>en-us</language><lastBuildDate>Thu, 09 Feb 2012 23:37:58 GMT</lastBuildDate><copyright>(C) Copyright 1996-2012 ComponentSource.</copyright><atom:link href="http://www.componentsource.com/topics/automise/rss.xml" rel="self" type="application/rss+xml"/><item><title>Automise 4 released</title><link>http://www.componentsource.com/news/2011/08/15/automise.html?rc=ni_8715</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8715/default_w350.png?rc=ni_8715" alt="Editing a BeforeAction in VBScript."/&gt;&lt;p&gt;&lt;small&gt;Editing a BeforeAction in VBScript.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Adds an improved IDE which allows multiple projects to be opened, plus new actions and full Unicode support.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/automise/index.html?rc=ni_8715"&gt;Automise&lt;/a&gt; is a Windows automation tool for system administrators and IT professionals that reduces the need for writing script to empower anyone to automate Windows. Automate with Automise to free yourself from repetitive tasks and provide faster, more reliable and consistent results. With Automise it's easy to create and maintain an automation project with drag-and-drop in its graphical interface. Once finished, anyone can run a project with a single click, keystroke or automatically on a schedule and save time with the power to run tasks automatically.&lt;/p&gt;&lt;h3&gt;Updates in 4.0&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;IDE Changes&lt;/strong&gt;&lt;br/&gt;The new IDE allows multiple projects to be opened for editing (as opposed to Automise 3 which only allows a single project to be opened at a time). To complement this feature the new IDE includes docking which will allow you to re-arrange the tabs to your taste. A number of other improvements have been made throughout the IDE to improve the experience of creating and maintaining your Automise projects. These improvements include:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Improvements To Variable Manipulation&lt;/strong&gt;&lt;br/&gt;Automise 4 allows you to cut, copy and paste variables. Multiple variables can be cut, copied or pasted in a single operation when using the Variable Editor Dialog. When editing variables from the Project Tree, you can only cut and copy single variables at a time, however you can copy a group (containing multiple variables from the tree) and paste multiple variables at once using the project tree.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Variable Renaming Support&lt;/strong&gt;&lt;br/&gt;In Automise 4 when you rename a variable, all references to the old variable name will be updated, to save you digging through your project in an attempt to find where you used your variable.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Remove Unused Project Variables&lt;/strong&gt;&lt;br/&gt;Automise 4 will allow you to remove any project variables that are not referenced throughout your project.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Core Changes&lt;/strong&gt;&lt;br/&gt;A number of changes went into the Automise Core for version 4. These changes will affect both the Automise IDE and ATCMD.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Unicode Support&lt;/strong&gt;&lt;br/&gt;Automise is now compiled with a Unicode aware compiler. This was a big change which now allows Automise to support Unicode formats. You may notice that some of the text file actions now include options to specify the encoding to be used when creating the file, this was previously not possible with Automise.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Variable Types&lt;/strong&gt;&lt;br/&gt;In previous versions of Automise all variables were implemented as variants, which are a flexible type that allow you to store value of various types. In most cases variants are sufficient, but in some cases they are not so practical. For instance if you wanted to store a string &amp;quot;03&amp;quot; in a variant, you need to wrap the value in quotes otherwise the value will be interpreted as a number and next time the value is retrieved, Automise will get 3 (rather than 03). In Automise 4 you can specify a type for a variable for those cases where you want a specific data type to be used.&lt;/p&gt;&lt;p&gt;When a typed variable is created, you also have the option to also provide a format string. This can be used to ensure that whenever a specific variable is retrieved it will be in the desired format. Say you had a variable of type integer that you always wanted to padded to 4 digits, setting the format string to %.4d would allow this.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Local Variables&lt;/strong&gt;&lt;br/&gt;Automise 4 introduces local variables which allow you to create a variable for temporary use. Local variables are ideal for situations where you only need a variable to store data for a small operation of a few actions. The Action Group action has an additional property page that allows you to define local variables. Any variables you define for a particular Action Group can only be referenced by the child actions of the action group. Local Variables are designed for temporary use only and cannot be persisted or used as environment variables.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;New Actions&lt;/strong&gt;&lt;br/&gt;The following new actions are included for the initial release of Automise 4:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;FTPS Actions - Perform FTPS operations&lt;/li&gt;&lt;li&gt;EC2 Actions - Manage EC2 instances from Automise&lt;/li&gt;&lt;li&gt;Secure ZIP Actions - Archive files using 256-bit AES encryption&lt;/li&gt;&lt;li&gt;Hyper V Actions - Manage your Hyper V virtual machines&lt;/li&gt;&lt;li&gt;SSH Actions - Run SSH Commands&lt;/li&gt;&lt;li&gt;WBAdmin Actions - Perform advanced backup and recovery operations&lt;/li&gt;&lt;li&gt;FTP Mirror Action - Mirror files and directory structure from local directory to FTP server or vice versa. Also provides the option to overwrite files that exist in both source and destination based on file size, file date and file CRC (where FTP server supports CRC)&lt;/li&gt;&lt;li&gt;Exit Loop Action - Exit out of a loop action before the loop condition is satisfied&lt;/li&gt;&lt;li&gt;XML Node Exists Action - Check whether a node exists in an XML document&lt;/li&gt;&lt;li&gt;Improvements to CD/Burning/Imaging Actions - Changes to CD Burning/ ISO actions to provide full Unicode support&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About VSoft Technologies&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/vsoft-technologies/index.html?rc=ni_8715"&gt;VSoft Technologies&lt;/a&gt; is passionate about software - especially about creating something that is easy to use, very powerful, and which their customers just love. The company has been in business since 1996, and in that time has developed two great automation products based on the same proven technology. If you are a software developer, FinalBuilder will help you get that product onto the market by automating your build processes. For other IT Professionals, Automise can free you from repetitive tasks and make them faster and more reliable through the power of visual Windows automation.&lt;/p&gt;</description><category>32 Bit</category><category>64 Bit</category><category>Dev Tools &amp; IT Utilities</category><category>Feature Releases</category><category>Productivity</category><category>VSoft Technologies</category><category>Windows 2000</category><category>Windows 7</category><category>Windows Dev Tools</category><category>Windows Server 2003</category><category>Windows Server 2008</category><category>Windows Vista</category><category>Windows XP</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/08/15/automise.html?rc=ni_8715</guid><pubDate>Mon, 15 Aug 2011 11:34:06 GMT</pubDate></item><item><title>VSoft releases Automise V3.0</title><link>http://www.componentsource.com/news/2009/10/22/automise.html?rc=ni_1256</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/1/730/default_w350.png?rc=ni_1256" alt="Editing a BeforeAction in VBScript."/&gt;&lt;p&gt;&lt;small&gt;Editing a BeforeAction in VBScript.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Latest version includes new actions, better performance and IDE improvements.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/automise/index.html?rc=ni_1256"&gt;Automise&lt;/a&gt; is a Windows automation tool for system administrators and IT professionals that reduces the need for writing script to empower anyone to automate Windows. Automate with Automise to free yourself from repetitive tasks and provide faster, more reliable and consistent results. With Automise it's easy to create and maintain an automation project with drag-and-drop in its graphical interface. Once finished, anyone can run a project with a single click, keystroke or automatically on a schedule and save time with the power to run tasks automatically.&lt;/p&gt;&lt;h3&gt;Updates in V3.0&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Core Improvements&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Windows PowerShell &amp;amp; IronPython&lt;/strong&gt;&lt;br/&gt; PowerShell and IronPython are now supported alongside VBScript and JavaScript as Automise scripting languages. This means that any action can be extended with PowerShell or Python script events, and it is also possible to create PowerShell and Python based custom actions with ActionStudio.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Action Logging&lt;/strong&gt;&lt;br/&gt;Action log output is now tagged and color-coded according to Errors, Warnings, Success and Information. It is possible to filter the log display in the IDE according to these output tags (for example, to show only Error &amp;amp; Warning output.)&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Hierarchical Logging&lt;/strong&gt;&lt;br/&gt;Actions now produce hierarchical log output, so related messages are grouped together in the log tree.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Performance&lt;/strong&gt;&lt;br/&gt;Automise is now faster to start up, and runtime performance has dramatically improved. Live logging performance has also increased markedly over previous versions.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Improved Output Quality&lt;/strong&gt;&lt;br/&gt;All frequently used actions have been visited and revamped, with a view to improving the quality and usefulness of log output.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Automatic Descriptions&lt;/strong&gt;&lt;br/&gt;Automatic descriptions for all commonly used actions have been revisited and improved. This make it easy to create a self-documenting project.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Action Output Monitors&lt;/strong&gt;&lt;br/&gt;The new Action Output Monitor feature allows you to watch for particular patterns of log output from an action. The action's behaviour can be modified depending on the output, or specific messages can be captured or suppressed from the action log.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Error Dialog Monitor&lt;/strong&gt;&lt;br/&gt;This new feature allows you to monitor a third party application for error dialogs popped up while running an action. Dialogs can be automatically dismissed, as appropriate. This is useful when working with poorly-written third party tools that display dialogs when running in an automated mode.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;New user info file&lt;/strong&gt;&lt;br/&gt;The various user-specific .atd,.atw,.atp files used in previous versions have been converted into one common .atpinf file, with all user-specific data for the project. This file also contains information on the current layout of the project tree, which makes the project file more version-control friendly.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;IDE Improvements&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;IDE Action Types and Options Filter&lt;/strong&gt;&lt;br/&gt;The IDE Action Types view has been heavily revamped with a new, smarter, search system. This makes it easier to find the action that you're looking for. The same new view has been added to the Options dialog.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;IDE Welcome Page&lt;/strong&gt;&lt;br/&gt;The new Welcome Page provides quick and easy startup, introductory information, and quick navigation to commonly used starting points.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;IDE Redesign&lt;/strong&gt;&lt;br/&gt;The layout of the Run Status and Run History tabs have been rearranged for improved usability and performance. It is now possible to watch the Run Status and the project layout at the same time.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Live Logging Improvements&lt;/strong&gt;&lt;br/&gt;Enabling live logging while the project is running now shows any existing output from the current running action.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Validation&lt;/strong&gt;&lt;br/&gt;Action validation errors are now hyperlinks to the source of the failure (action or option pages.)&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Easy Scripting of Action Properties&lt;/strong&gt;&lt;br/&gt;Selecting any action property in the Properties tab (formerly called the Action Inspector) now automatically displays the fragment of script used to access that property from an action script event.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Project Author and Notes&lt;/strong&gt;&lt;br/&gt;The Project Tree has new fields for project author and any notes about the project.  These fields are displayed in the Project Information node, as well as on the Welcome Page in the recent projects section.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Project Information in Project Tree&lt;/strong&gt;&lt;br/&gt;The Project Tree now includes a project information node that provides detailed information about the current project. &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Variable Groups&lt;/strong&gt;&lt;br/&gt;Variables can now be grouped for easier management.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Variable Suggestion&lt;/strong&gt;&lt;br/&gt;Press F12 while editing any action property field to automatically see a list of suggested variables to substitute for hard-coded strings. This feature makes it much easier to create a robust and maintainable project.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Global Script Editor Enhancements&lt;/strong&gt;&lt;br/&gt;Find and Replace has been added to the Global Script Editor as well as many other usability enhancements like better resizing of the window, works with dual monitor setups better, and if no changes are made to the script then Escape and Cancel will close the window without prompting.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Batch Project Upgrade&lt;/strong&gt;&lt;br/&gt;For Automise users that have dozens or even hundreds of projects in older formats, the new batch project upgrade dialog will enable you to upgrade old projects automatically.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;New Actions&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;SFTP actions&lt;/strong&gt;&lt;br/&gt;New actions are now available for transfering files securefly over SFTP.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;CSV Field Iterator&lt;/strong&gt;&lt;br/&gt;Iterate the fields of a CSV (or similar) file.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;IIS 7 Actions&lt;/strong&gt;&lt;br/&gt;New actions for managing Application Pools and websites on IIS 7 servers.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Simple Math Action&lt;/strong&gt;&lt;br/&gt;An action to perform simple maths as part of your project, including addition, subtraction, modulus, factorial, logarithm and sine etc.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;VMWare&lt;/strong&gt;&lt;br/&gt;New actions for VMWare Server&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Web Service Actions&lt;/strong&gt;&lt;br/&gt;New actions for querying and receiving data from Web Services.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Improved Actions&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Run Action as User&lt;/strong&gt;&lt;br/&gt;All actions now have a &amp;quot;Run Action as User&amp;quot; field to allow you to run each action as a specific user.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Export Log Action&lt;/strong&gt;&lt;br/&gt;Can now export a log fragment instead of a whole log.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;ActionStudio&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Custom Action Property Sets&lt;/strong&gt;&lt;br/&gt;Custom actions defined in ActionStudio can now define their own Property Set types. It is also possible for custom actions to access built-in Property Set types.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Custom Action File Sets&lt;/strong&gt;&lt;br/&gt;Custom actions defined in ActionStudio can now access File Set information and file lists.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;New .NET Custom Action API&lt;/strong&gt;&lt;br/&gt;Automise 3 ships with a new API for creating .NET custom actions. The new API makes it quicker and easier than ever to create custom actions with ActionStudio and .NET&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Find &amp;amp; Replace&lt;/strong&gt;&lt;br/&gt;Find &amp;amp; Replace has been added to ActionStudio in the script editor to easily search for and replace text.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Windows PowerShell&lt;/strong&gt;&lt;br/&gt;PowerShell has been added to ActionStudio as a scripting language for developing custom actions.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;IronPython&lt;/strong&gt;&lt;br/&gt;IronPython has also been added to ActionStudio as a scripting language for developing custom actions.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Search Keywords&lt;/strong&gt;&lt;br/&gt;Actions can now define extra search keywords which is used by the Automise IDE when a user searches for actions.  For example, a action called &amp;quot;Delay&amp;quot; could define keywords &amp;quot;Wait&amp;quot; and &amp;quot;Pause&amp;quot; for easier searching.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Iterator Actions&lt;/strong&gt;&lt;br/&gt;A third type of action, Iterator has been added alongside Standard and Execute Program.  The Iterator action type allows the development of Iterator actions that run multiple times (including their child actions) for each value in a list.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About VSoft Technologies&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/vsoft-technologies/index.html?rc=ni_1256"&gt;VSoft Technologies&lt;/a&gt; is passionate about software - especially about creating something that is easy to use, very powerful, and which our customers just love. The company has been in business since 1996, and in that time has developed two great automation products based on the same proven technology. If you are a software developer, FinalBuilder will help you get that product onto the market by automating your build processes. For other IT Professionals, Automise can free you from repetitive tasks and make them faster and more reliable through the power of visual Windows automation.&lt;/p&gt;</description><category>32 Bit</category><category>64 Bit</category><category>Dev Tools &amp; IT Utilities</category><category>Feature Releases</category><category>Productivity</category><category>Top Stories</category><category>VSoft Technologies</category><category>Windows 2000</category><category>Windows Dev Tools</category><category>Windows Vista</category><category>Windows XP</category><guid isPermaLink="false">http://www.componentsource.com/news/2009/10/22/automise.html?rc=ni_1256</guid><pubDate>Thu, 22 Oct 2009 00:00:00 GMT</pubDate></item></channel></rss>
