Login | |
|
 |
RE: running vb script on unix - 1/23/2007 12:37:03 AM
|
|
 |
|
| |
SAPIENScripter
Posts: 276
Score: 2
Joined: 11/1/2006
From: SAPIEN Technologies
Status: offline
|
I don't see how this could run on a UNIX environment. First, it uses COM which I don't think is available on *.nix systems. More specifically it is using Microsoft Excel which would need to be installed on the server. Don't think I've ever seen Microsoft Office for Unix. On Unix you'd be better off using Perl, but that still won't help with the Excel piece.
_____________________________
Jeffery Hicks Windows PowerShell MVP SAPIEN Technologies - Scripting, Simplified. www.SAPIEN.com Follow Me: http://www.twitter.com/JeffHicks
|
|
| |
|
|
|
 |
RE: running vb script on unix - 1/23/2007 1:42:39 AM
|
|
 |
|
| |
Parabellum
Posts: 222
Score: 0
Joined: 11/12/2006
From: UK
Status: offline
|
I think the only way of running anything VBS related on a unix system is through ASP You can install Chillisoft which provides ASP support for *nix based systems (via a web server), but as for the Excel, I think thats very unlikely... even if you get Excel to run using WINE i dont see how it would link the COM objects in the VBScript to Excel.. ??
|
|
| |
|
|
|
 |
RE: running vb script on unix - 1/23/2007 2:06:12 AM
|
|
 |
|
| |
ebgreen
Posts: 5246
Score: 31
Joined: 7/12/2005
Status: offline
|
I don't think that would work (and now that I think about it I wouldn't hold my breath on the Open Office solution either). The reason I don't think it will work is that the object of the script is to password protect the excel file. I have a feeling that password protecting the workbook is tightly integrated into the excel COM object which as was previously stated would not be available in native unix.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|