Premise [download] Driver: MS-SAPI Text-To-Speech

Motorola Premise
...it sounds like if I put Premise on its own box, I want XP SP1 only for future use ...
Well, I wouldn't go that far back in time (XP SP1) just for the use of CreateProcess!
If you read the entire post you'll find an effective substitute for CreateProcess. Here's a simplified version:
Code:
Set oShell = CreateObject("WScript.Shell")
oShell.Exec("C:\windows\notepad.exe" )
 
Ok, this solution does not work under XP Pro 32 bit SP3. Doh!

Well, I wouldn't go that far back in time (XP SP1) just for the use of CreateProcess!
If you read the entire post you'll find an effective substitute for CreateProcess. Here's a simplified version:
Code:
Set oShell = CreateObject("WScript.Shell")
oShell.Exec("C:\windows\notepad.exe" )

EDIT: Here's the working link to the download http://www.cocoontech.com/forums/index.php?app=downloads&showfile=63

I think the link structure changed a while back during a cocoontech update.
 

Similar threads

C
Replies
0
Views
785
chucklyons
C
C
Replies
0
Views
1K
chucklyons
C
Replies
16
Views
3K
chucklyons
C
C
Replies
2
Views
1K
chucklyons
C
C
Replies
2
Views
1K
Back
Top