Search found 6 matches

by ecorreale
Fri Apr 02, 2021 8:20 am
Forum: PowerShell
Topic: Help needed to automate console output.
Replies: 3
Views: 6632

Re: Help needed to automate console output.

If you are asking for a way to provide the U/P to the script without having to type it, there are a couple of options. 1. Using plain Text password embedded in script # Define clear text string for username and password [string]$userName = 'MyUserName' [string]$userPassword = 'MySuperSecurePassword'...
by ecorreale
Tue Jun 16, 2009 3:15 am
Forum: PrimalScript
Topic: Error Creating Directory During Install
Replies: 8
Views: 4516

Error Creating Directory During Install

I'd like to add that I've been using Primal Script for nearly 10 years and it is by far my favorite script editing tool!!
by ecorreale
Tue Jun 16, 2009 3:14 am
Forum: PrimalScript
Topic: Error Creating Directory During Install
Replies: 8
Views: 4516

Error Creating Directory During Install

You're the best!I ran the installer as the local machine administrator (an account that does not have any My Document folder redirection) and the installer ran without error.Thanks
by ecorreale
Tue Jun 16, 2009 2:43 am
Forum: PrimalScript
Topic: Error Creating Directory During Install
Replies: 8
Views: 4516

Error Creating Directory During Install

My bad...I didn't read the entire question. My OS is WIndows 2003 Server SP2. The install file is being run from C:PrimalScript2009.exe The installation path is the application default (see image below) H: is not a network drive, it's a RAID array on my local system. The My Documents directory is st...
by ecorreale
Tue Jun 16, 2009 1:34 am
Forum: PrimalScript
Topic: Error Creating Directory During Install
Replies: 8
Views: 4516

Error Creating Directory During Install

Windows 2003 Server 32-Bit
by ecorreale
Tue Jun 16, 2009 12:58 am
Forum: PrimalScript
Topic: Error Creating Directory During Install
Replies: 8
Views: 4516

Error Creating Directory During Install

The following error is generated during installation. The Directory H:ecorreale already exists and can not be changed because it is a system directory.