Last time we learned how you can pre-determine where your script is executed by using meta-comments inside your code. While this third installment also deals with execution in either 32 or 64 bit environments, the main gap being addressed today is between script development and working in a shell. For us developer types, the use […]
Tag: VBScript
RSEE and security
We have received a couple requests in the last few days to explain the security implications of using our Remote Script Execution Engine (RSEE). The RSEE service must be installed on a target machine and uses a configurable tcp/ip port to listen for incoming script execution requests from a PrimalScript instance. Another port is used […]
Feature Peek 2011: Can I get some help here?
One of the most important things for any type of development is quick and efficient access to help information. No matter whether you are a seasoned developer or just started to write scripts longer than five lines, at some point you will need help.Maybe you just need a reminder about what the parameters of a […]
Back from TechEd: Is PowerShell more secure than VBScript?
The ILOVEYOU virus in the year 2000 gave Windows Script Host a bad rep because it simply executed every script you double clicked on. Now, mind you, I personally think that was much more the fault of the email clients that indiscriminately executed every attachment without hesitating and the users who where too infatuated with […]
Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009
PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE’s output windows. Since PrimalScript 2009 is a 32 bit application the host used is also of the 32 bit variety, residing in the System32 folder of your Windows directory. If you are working on a 64 […]
Back from Tech-Ed: Is your Training for PowerShell V2?
SAPIEN’s PowerShell training does indeed cover PowerShell V2. We offer PowerShell V2 training in the following forms: Self Paced Training – Our PowerShell Class-on-Disk series was developed by Don Jones and is a four DVD set consisting of Fundamentals, Intermediate and Advanced topics as well as a What’s New in PowerShell V2 DVD. The Fundamentals […]
Back from TechEd: PowerShell is hard to learn
It’s actually kind of funny. I heard the same thing about VBScript years ago, about C++ a decade earlier, and being aware that I am dating myself here, about C, Pascal, Windows Programming, VI, Emacs, punch cards, VT100 terminals and about rubbing two sticks together to start a fire. The point is, everything that is […]
Back from TechEd: What’s wrong with using Notepad?
Some folks wandered by our booth and after realizing that some of our products involve editing scripts of various languages reacted with statements like: “I use notepad, it works fine”, “Notepad is just on every machine” or “What would you do that Notepad can’t do.?” Others bowed their head almost in shame while admitting that […]
Back from TechEd: Do I still need to learn VBScript?
Many of you folks came by our booth at TechEd and asked about our PowerShell training options. Inevitably the question about learning VBScript came up: “With all the power of PowerShell, why do I need to learn VBScript?” If you pose this question to any language fan boy it usually turns into a discussion about […]
New packaging options for PrimalScript 2009
As 64 bit Windows versions become more common, you need to deploy scripts automating 64 bit software as well as maintaining 32 bit versions of the same script. PrimalScript 2009 has always included a script packager that allowed you to wrap a variety of script types into 32 bit executables. With today’s service release (5.0.627) […]