|
SAPIEN Technologies offers two different bundle options for its
users: PrimalScript 2009 Studio and PrimalScript 2009 Universal.
PrimalScript 2009 Studio is a bundle of all of Sapien's
current software applications. This includes:
- PrimalScript
- PrimalScope
- ChangeVue
- PrimalXML
- PrimalSQL
- PrimalMerge
- PrimalPackager (when released)
all for a low bundle price!
PrimalScript 2009 Universal (available soon) bundles
every SAPIEN product into one package. It includes all of the software
in PrimalScript 2009 Studio as well as:
- eBook versions of all SAPIEN Press titles
- DVDs of all ScriptingAnswers.com training videos
- ScriptingAnswers.com scripting library DVD
PrimalScript 2009 Universal is the ultimate software/resource value
available!
Script Better... Script Faster More than
just an admin script editor, PrimalScript 2009 is the standard to which
others compare themselves. It is the only Universal Scripting
Environment (USE) that supports all of the file types and languages you
need to work with every day. Whether you are a:
- System- or Network Administrator
- Web developer
- Database Administrator
- Flash developer
- End-user developer
PrimalScript 2009 supports over 50 languages and file types ranging
from PowerShell, VBScript, and JScript to ASP and ASP.NET. Additionally,
dedicated tools for XML and SQL make complicated data processing a snap.
PrimalScript 2009 is the only scripting environment specifically
designed for the way you work:
- Easy discovery of PowerShell CmdLets , COM objects, WMI classes
or .NET framework classes and their members with the new Object
Browser.
- Quick access to documentation using Microsoft's online
reference, MSDN, for .NET framework classes or the integrated
PowerShell and VBScript help.
- Single click Google search within the IDE always gets you to a
code sample or additional documentation quickly and easily.
- Experimentation and iterative development are supported with a
variety of tools ranging from an integrated command shell, and a
quick query window, to a full featured WQL query window.
- Unsurpassed database connectivity with a dedicated data browser
supporting multiple connections, creation and editing of stored
procedures, SQL PrimalSense, and ad-hoc queries with live data
editing.
- Our every-growing number of predefined code snippets for a
multitude of languages can easily be extended by simply dragging and
dropping code to the snippets browser. Never before was code reuse
in a scripting environment that easy.
- Debug PowerShell, VBScript or JScript transparently in one
environment without compromise. A multitude of helpful tools allow
you to quickly debug, solve and verify any problems you may
encounter.
- PrimalScript 2009 offers a multitude of methods for deploying
your finished scripts, from simple remote execution with SAPIEN's
Remote Script Execution Engine (RSEE), packaging your scripts as
powerful executables with built-in Vista or Windows Server 2008
elevation.
PrimalScript 2009 has all the tools you wish for, and more. Hundreds
of options let you configure PrimalScript to your liking and extend its
functionality with SAPIEN and third-party tools.
PrimalScript 2009 Features
PrimalScript 2009 is the most advanced scripting IDE available. Not
only does PrimalScript support the common set of features that one would
expect from a modern editor, but a raft of features that make scripting
simpler, faster and easier to deploy. PrimalScript's evolution over 10
years has allowed us to not only add the features that YOU want, but to
streamline their user interface and simplify their usage. Take a look at
what 10 years of experience gives you. You can click on most thumbnail
images for a larger view.
- Re-engineered Object Browser
PrimalScript 2009 makes the development
cycle of Discovery - Experimentation - Implementation that most
script authors use much more efficient. The new object browser in
PrimalScript 2009 gives you access to the most commonly used type of
objects; COM, PowerShell Cmdlets, WMI and the .NET framework. Each
of these nodes shows the underlying objects in an organized, easy to
understand way.
- Object browser connection to the MSDN library and Google
The Object Browser context menu lets
you easily go to the specific place on MSDN, or as close as we can
get you, depending on the subject. You can also directly Google for
the specific topic and that way also find sample code that may apply
to your current development task.
- SQL editing enhancements
PrimalScript 2009 has expanded its
support for SQL in several major ways. Primary among these are the
addition of SQL PrimalSense and the ability to edit and save stored
procedures directly within a database. At any time you can press
CTRL+space to pop up a list of tables, views and stored procedures
that are available within your database. But PrimalSense works even
better! In a new (or opened) SQL document start typing a SQL
statement. After typing four characters, if PrimalSense recognizes
the characters as belonging to an object in that connection, it will
pop up a list of tables, procs, columns, etc. and select the first
match.
- Sophisticated file differencing
A new integrated file difference tool
provides more information about file differences. Syntax coloured
displays allow for faster review of individual modifications.
- Integrated command line shell window
The new integrated command line
shell window allows you to issue PowerShell, batch or even BASH
shell commands on the fly to evaluate their results. It is an
interactive and a fully functional shell where you can drag and
drop command or code between the shell, the editor and the
snippets browser.
- Improved Brace Matching
Automatic brace matching allows you
to visually verify correct placement of (), {}, [], <> brackets.
Simply click the mouse just before an opening brace or just
after a closing brace and the set will be highlighted.
- SQL Query Window
The Live SQL query window enables
ad-hoc query testing and live data manipulation. Write a query,
press ENTER, and get your results in a grid format. This also
allows you to easily export your results as text, CSV, HTML or
XML.
- WMI Query Window
A new WMI query window integrates
easy testing and discovery of WQL statements and WMI class
properties. Easily export your results as text, CSV, HTML or
XML.
- Redesigned Start Page
The new enhanced start page
distinguishes between edited and simply opened files, so your
current work does not get pushed "off the list" as easily.
Additionally, any installed SAPIEN products are listed for
one-click access.
- Enable / Disable code blocks
PrimalScript 2009 includes a nice
new feature that helps out in the script development process.
You can now select a block of code, right click, and choose
Disable Code. Enable / Disable code will comment out the
selection, wrap the block in a "Disabled Code" region and
collapse that region.
- Improved type library caching
Improves speed when opening ASP,
HTML or HTA pages.
- Windows 7/Vista Script Execution with elevated privileges
The new Quantum Script Host allows
you to run your scripts (VBScript, JScript, PowerShell) with
elevation on Windows Vista and Windows 7.
- Logon Script Wizard
Easily create logon scripts with
customized Welcome Messages and script execution. Its simple to
select drive letters, Group Names, Share paths and printers.
Redirect Favourites, Cookies and StartUp folders. Add your own
Script actions for complete customisation.
- Enhanced Script Packager
PrimalScript 2009's Script Packager
contains two new target executables and easier manifest
handling. These two new options allow you to package your
PowerShell script into a stand-alone exe file. When executed,
this .exe will not need a temporary script file or other special access to the
file system. They also do not require a console window for anything that really
only interacts with Windows or uses Windows Forms
- Snippet creation
enhancements
PrimalForms 2009 makes graphical user interface (GUI) creation for
PowerShell easier and faster than ever before. It will save you time and
effort, eliminating the need to manually write hundreds of lines of code
by generating all necessary Windows Forms code automatically. You can
now focus on developing your custom scripts without having to deal with
the intricacies of Windows Forms coding. PrimalForms 2009 can
automatically generate event script blocks, allowing for fully
interactive applications and not just data collection forms. While
developing, you can preview and run your forms directly from within the
application. To deploy your PowerShell applications, PrimalForms 2009
features an integrated packager, generating executables for your Windows
Forms solutions for a variety of platforms, making it the only tool for
end-to-end PowerShell development.
Comparing the contents of two, almost
identical files by hand, can be a tedious and error prone operation.
PrimalMerge streamlines the process using its Visual Differencing
Engine. In a clear, colour-coded visual environment, you can select the
differences you want to individually keep or reject, or simply review
all of the differences and accept them as a set. You are in complete
control from start to finish.
Need to take a quick look at some XML data? Maybe you have to modify the
structure of an XML file for another department. PrimalXML is here to
help. Open any XML file. View it as text or in an element tree. Syntax
colouring for elements and attributes makes everything clear. Apply
styleSheets to the XML data and view the results in HTML. Validate the
XML against a schema.
PrimalXML is chock full of the features that you need like bookmarking,
find and replace, and copy, clone and paste of attributes. And the
Windows 7/Vista ribbon interface helps keep it simple to use.
PrimalSQL 2009 makes database query development and testing a snap,
regardless of your database type or vendor. Using PrimalSQL 2009 you can
connect to any database: from Microsoft SQL Server to Oracle to
Microsoft Access or even Microsoft Excel. PrimalSQL 2009 can be used to
build rich and complex queries. From within the application you can test
and refine queries, export results or generate code snippets in a
variety of languages. Its modern, streamlined interface makes PrimalSQL
easy to understand and use.
From simple select statements to complicated outer joins, from just
checking if a connection works to editing stored procedures and live
data, PrimalSQL 2009 provides all the tools you need every day to create
efficient SQL statements quickly and effortlessly. The application is
aimed at anyone who needs to work with databases from a Windows
administrator with modest scripting requirements to an enterprise level
DBA.
PrimalPackager 2009 is a stand-alone tool that enables administrators
and other scripters to package their scripts into a single executable
file which can then be distributed to whatever system requires it. Not
only can you package your scripts, you can also package any data and
resources that the script may need in order to properly execute.
PrimalPackager contains multiple executable targets and easy manifest
handling. With PrimalPackager you can package PowerShell scripts into a
stand-alone exe file, which when executed, will not need a temporary
script file or other special access to the file system. They also do not
require a console window for anything that only interacts with Windows
or uses Windows Forms.
Using source control is an indispensable safety net for any professional
developer, regardless of programming language or file size. Not only
does source control provide an inherent backup mechanism by storing
versions of any file you add to a repository, it also provides an
effective means of coordinating who works on what in a team.
Source control is not limited to developers. System and network
administrators should use source control to manage their library of
production scripts. From the single administrator who needs a backup and
versioning solution to a team that wants change control so that there's
no confusion about who has the latest version, ChangeVue is an easy to
use solution.
ChangeVue 2009 provides a lightning fast, set-up in minutes way of
adding source code control to your environment. No matter whether you
work alone, or in a small team, ChangeVue 2009 can adapt to your needs.
For larger team size you can scale up to the server edition of ChangeVue.
PrimalScope 2009 is the next generation script debugger from SAPIEN
Technologies. Originally introduced as part of PrimalScript, this
standalone version now includes support for PowerShell (versions 1 and
2) as well as VBScript/JScript. Other new features include an easy to
use Ribbon interface, exporting your scripts to colour-coded HTML, and
dockable UI panels.
Far superior to the free debuggers you may have tried (hey, you get what
you pay for), PrimalScope is just what you need to make debugging
simpler.
| For more information please contact the MicroWay sales
team: |
Head Office
MicroWay Pty Ltd
PO Box 84,
Braeside, Victoria, 3195, Australia
Ph: 1300 553 313
Fax: 1300 132 709
email: sales@microway.com.au
ABN: 56 129 024 825 |
Sydney Sales Office
MicroWay Pty Ltd
PO Box 1733,
Crows Nest, NSW 1585, Australia
Tel: 1300 553 313
Fax: 1300 132 709
email: sales@microway.com.au
ABN: 56 129 024 825 |
New Zealand Sales Office
MicroWay Pty Ltd (NZ)
PO Box 912026
Victoria Street West Auckland 1142, New Zealand
Tel: 0800 450 168
email: sales@microway.co.nz |
 |
|