Re: [NAnt-users] Launching VB script file

2007-07-13 Thread Chris Lambrou
ECTED] Sent: 12 July 2007 08:27 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Launching VB script file Don't think you can do this directly with NAnt. The simplest way is probably to use the task to run WScript.exe and pass the .vbs f

Re: [NAnt-users] Launching VB script file

2007-07-12 Thread William_Martin
7/2007 22:15 To cc Subject [NAnt-users] Launching VB script file Simple question I hope, but I have a .vbs file that I would like to launch/run from NAnt what is the best way to handle this? Can the NAnt script task work with plain VB Script – Not VB.NET? If it can not then what is

[NAnt-users] Launching VB script file

2007-07-11 Thread Tim Mayert
Simple question I hope, but I have a .vbs file that I would like to launch/run from NAnt what is the best way to handle this? Can the NAnt script task work with plain VB Script - Not VB.NET? If it can not then what is the best way to run a vbscript file? Thanks, Tim Mayert. --