Crawford, Christina wrote:
Here are some VBScript's examples I found to use as examples to create
shortcuts that I would like to try to embed into my NAnt build script
rather than using the NAnt exec task.
For this sort of stuff, my preference would be to go with the exec
task. What advantag
Title: Message
I was able
to do some more research on MSDN and found JSCRIPT code
that was
similar on what I had found for the _vbscript_ that
used windows
host scripting and some shell commands. I played
around a
little bit to get the JSCRIPT code to work in a file by
itself,
saving the
Title: Message
I read
somewhere within the NAnt or NAntContrib mailing lists
that it was
mentioned to put the _vbscript_ batch file into
an NAnt
build file. So, it must be able to be done somehow.
I do not
know how to convert the _vbscript_ code into a VB.NET code.
I am not
familiar with _
Title: Message
Putting this back to the list..
There's no nant tasks to create shortcuts.. I'd think
you'd have to create the shortcuts manually and then copy
them.
I'm a
little confused though; you said you're giving the app to partners and it
doesn't sound like you control the target c
Title: Put VBScript batch file code within NAnt
How would one go about including _vbscript_ batch file code and
Embedding it within an Nant build file? Can Nant script task
Be used in some way? I would also like to pass parameters into the
Embedded code and receive parameters out of the