Hello, I do not know if this is right group. If not, Please let me know the correct group to Post. I am planning to develop an application where the users will be given provisions to write their own scripts and execute. I am planning to use VBScript and WSH (which is available in all versions of Windows). Does WSH, VBScripts protected licenses ? Is there any open source script and script interpreters available ? If I could develop such an application with scripting facility using VBScript and WSH can I make it commercial ? Thanks and Regards Ram
![]() |
0 |
![]() |
Interesting question. I don't see any license in the installer or in the help file. It's been coming pre-installed since Windows 2000, I think, so that makes it like part of the API. You don't need a license to use the API. That's what the Windows price tag is for. There are also Windows API interfaces (IActiveScript, I think) for what you want to do. Yes, you can *try* to sell your software. But shareware is tough to sell as it is. There are already free/OSS tools that extend VBScript. There are already other free scripting and programming tools. And it sounds like you're reinventing the wheel. You didn't describe any new features or advantages of your software. It sounds like you're just thinking of writing a wrapper for the Windows script interpreter. Usually when people do that it's for automation of some other software.
![]() |
0 |
![]() |
Further to my response in the .WSH group, either is appropriate. But it would have been more appropriate to have cross-posted to these groups rather than submitting identical posts to both (multiposting). /Al "Ram" <ram.newsgroups@unitedprotech.com> wrote in message news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... > Hello, > I do not know if this is right group. If not, Please let me know the > correct group to Post. > > I am planning to develop an application where the users will be given > provisions to write their own scripts and execute. I am planning to use > VBScript and WSH (which is available in all versions of Windows). Does > WSH, VBScripts protected licenses ? Is there any open source script and > script interpreters available ? If I could develop such an application > with scripting facility using VBScript and WSH can I make it commercial ? > > Thanks and Regards > Ram > > >
![]() |
0 |
![]() |
Many thanks to both Al and Mayayana. As Al has stated " I would be distributing an application that, when used as directed, the user would develop his own VBScripts that would be run by my application ". This is part of an automation project which I am involved with. I have also come across MS Script control which I think I can use it in my application for running scripts. There are open source c# script engines too available which gives me other alternatives. Anyways, thanks for your posts. Thanks and Regards Ram "Al Dunbar" <alandrub@hotmail.com> wrote in message news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... > Further to my response in the .WSH group, either is appropriate. But it > would have been more appropriate to have cross-posted to these groups > rather than submitting identical posts to both (multiposting). > > /Al > > "Ram" <ram.newsgroups@unitedprotech.com> wrote in message > news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >> Hello, >> I do not know if this is right group. If not, Please let me know the >> correct group to Post. >> >> I am planning to develop an application where the users will be given >> provisions to write their own scripts and execute. I am planning to use >> VBScript and WSH (which is available in all versions of Windows). Does >> WSH, VBScripts protected licenses ? Is there any open source script and >> script interpreters available ? If I could develop such an application >> with scripting facility using VBScript and WSH can I make it commercial ? >> >> Thanks and Regards >> Ram >> >> >>
![]() |
0 |
![]() |
"Ram" <ram.newsgroups@unitedprotech.com> wrote in message news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... > Many thanks to both Al and Mayayana. > > As Al has stated " I would be distributing an application that, when used > as directed, the user would develop his own VBScripts that would be run by > my application ". This is part of an automation project which I am > involved with. > > I have also come across MS Script control which I think I can use it in my > application for running scripts. There are open source c# script engines > too available which gives me other alternatives. Anyways, thanks for your > posts. > > Thanks and Regards > Ram > > > "Al Dunbar" <alandrub@hotmail.com> wrote in message > news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >> Further to my response in the .WSH group, either is appropriate. But it >> would have been more appropriate to have cross-posted to these groups >> rather than submitting identical posts to both (multiposting). >> >> /Al >> >> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>> Hello, >>> I do not know if this is right group. If not, Please let me know the >>> correct group to Post. >>> >>> I am planning to develop an application where the users will be >>> given provisions to write their own scripts and execute. I am planning >>> to use VBScript and WSH (which is available in all versions of Windows). >>> Does WSH, VBScripts protected licenses ? Is there any open source script >>> and script interpreters available ? If I could develop such an >>> application with scripting facility using VBScript and WSH can I make it >>> commercial ? >>> >>> Thanks and Regards >>> Ram >>> You're welcome. >>> >>> >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... > > "Ram" <ram.newsgroups@unitedprotech.com> wrote in message > news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >> Many thanks to both Al and Mayayana. >> >> As Al has stated " I would be distributing an application that, when >> used as directed, the user would develop his own VBScripts that would be >> run by my application ". This is part of an automation project which I am >> involved with. >> >> I have also come across MS Script control which I think I can use it in >> my application for running scripts. There are open source c# script >> engines too available which gives me other alternatives. Anyways, thanks >> for your posts. >> >> Thanks and Regards >> Ram >> >> >> "Al Dunbar" <alandrub@hotmail.com> wrote in message >> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>> Further to my response in the .WSH group, either is appropriate. But it >>> would have been more appropriate to have cross-posted to these groups >>> rather than submitting identical posts to both (multiposting). >>> >>> /Al >>> >>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>> Hello, >>>> I do not know if this is right group. If not, Please let me know the >>>> correct group to Post. >>>> >>>> I am planning to develop an application where the users will be >>>> given provisions to write their own scripts and execute. I am planning >>>> to use VBScript and WSH (which is available in all versions of >>>> Windows). Does WSH, VBScripts protected licenses ? Is there any open >>>> source script and script interpreters available ? If I could develop >>>> such an application with scripting facility using VBScript and WSH can >>>> I make it commercial ? >>>> >>>> Thanks and Regards >>>> Ram >>>> > > > You're welcome. >>>> >>>> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >> >> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>> Many thanks to both Al and Mayayana. >>> >>> As Al has stated " I would be distributing an application that, when >>> used as directed, the user would develop his own VBScripts that would be >>> run by my application ". This is part of an automation project which I >>> am involved with. >>> >>> I have also come across MS Script control which I think I can use it in >>> my application for running scripts. There are open source c# script >>> engines too available which gives me other alternatives. Anyways, thanks >>> for your posts. >>> >>> Thanks and Regards >>> Ram >>> >>> >>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>> Further to my response in the .WSH group, either is appropriate. But it >>>> would have been more appropriate to have cross-posted to these groups >>>> rather than submitting identical posts to both (multiposting). >>>> >>>> /Al >>>> >>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>> Hello, >>>>> I do not know if this is right group. If not, Please let me know the >>>>> correct group to Post. >>>>> >>>>> I am planning to develop an application where the users will be >>>>> given provisions to write their own scripts and execute. I am >>>>> planning to use VBScript and WSH (which is available in all versions >>>>> of Windows). Does WSH, VBScripts protected licenses ? Is there any >>>>> open source script and script interpreters available ? If I could >>>>> develop such an application with scripting facility using VBScript and >>>>> WSH can I make it commercial ? >>>>> >>>>> Thanks and Regards >>>>> Ram >>>>> >> >> >> You're welcome. >>>>> >>>>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:O#FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... > > "Ram" <ram.newsgroups@unitedprotech.com> wrote in message > news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >> Many thanks to both Al and Mayayana. >> >> As Al has stated " I would be distributing an application that, when >> used as directed, the user would develop his own VBScripts that would be >> run by my application ". This is part of an automation project which I am >> involved with. >> >> I have also come across MS Script control which I think I can use it in >> my application for running scripts. There are open source c# script >> engines too available which gives me other alternatives. Anyways, thanks >> for your posts. >> >> Thanks and Regards >> Ram >> >> >> "Al Dunbar" <alandrub@hotmail.com> wrote in message >> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>> Further to my response in the .WSH group, either is appropriate. But it >>> would have been more appropriate to have cross-posted to these groups >>> rather than submitting identical posts to both (multiposting). >>> >>> /Al >>> >>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>> Hello, >>>> I do not know if this is right group. If not, Please let me know the >>>> correct group to Post. >>>> >>>> I am planning to develop an application where the users will be >>>> given provisions to write their own scripts and execute. I am planning >>>> to use VBScript and WSH (which is available in all versions of >>>> Windows). Does WSH, VBScripts protected licenses ? Is there any open >>>> source script and script interpreters available ? If I could develop >>>> such an application with scripting facility using VBScript and WSH can >>>> I make it commercial ? >>>> >>>> Thanks and Regards >>>> Ram >>>> > > > You're welcome. For what? did you contribute anything in response to Ram's question? Are you saying you're welcome on my behalf or on Mayayana's behalf? If so, this is completely unnecessary, as we can speak for ourselves. And besides that, this is starting to get annoying. /Al
![]() |
0 |
![]() |
| For what? did you contribute anything in response to Ram's question? Are you | saying you're welcome on my behalf or on Mayayana's behalf? If so, this is | completely unnecessary, as we can speak for ourselves. And besides that, | this is starting to get annoying. | Very strange and notably pointless passtime, isn't it? Perhaps "Mr. Larsen" is a child whose parents are not overseeing his computer usage.
![]() |
0 |
![]() |
"Mayayana" <mayayana@invalid.nospam> wrote in message news:i2tev5$r4l$1@news.eternal-september.org... > | For what? did you contribute anything in response to Ram's question? Are > you > | saying you're welcome on my behalf or on Mayayana's behalf? If so, this > is > | completely unnecessary, as we can speak for ourselves. And besides that, > | this is starting to get annoying. > | > > Very strange and notably pointless passtime, > isn't it? Perhaps "Mr. Larsen" is a child whose > parents are not overseeing his computer usage. Agreed. He is non-responsive, so I'll give up. Here are some theories I have about this phenomenon: - do you remember a poster by the name of "asdf", who had previously posted under the name of "name"? - perhaps this guys thinks that all of his "you're welcome" messages will translate into a high enough "score" to earn him an MVP nomination... /Al
![]() |
0 |
![]() |
| Here are some theories I have about this phenomenon: | | - do you remember a poster by the name of "asdf", who had previously posted | under the name of "name"? | I don't think so. asdf had an anti-social streak, but he was poetic and seemed to be knowledgeable with scripting. | - perhaps this guys thinks that all of his "you're welcome" messages will | translate into a high enough "score" to earn him an MVP nomination... | Possible, I guess. From what I've heard sheer volume of posts is almost enough to get an MVP. But these groups are no longer the official forum. ...And even if they were, why hang around here vying for MVP when one can win up to 5 military medals to adorn one's posts in the web forums? (They probably hand out 2 medals just to award "fortitude in tolerating web forums". :)
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >> >> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>> Many thanks to both Al and Mayayana. >>> >>> As Al has stated " I would be distributing an application that, when >>> used as directed, the user would develop his own VBScripts that would be >>> run by my application ". This is part of an automation project which I >>> am involved with. >>> >>> I have also come across MS Script control which I think I can use it in >>> my application for running scripts. There are open source c# script >>> engines too available which gives me other alternatives. Anyways, thanks >>> for your posts. >>> >>> Thanks and Regards >>> Ram >>> >>> >>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>> Further to my response in the .WSH group, either is appropriate. But it >>>> would have been more appropriate to have cross-posted to these groups >>>> rather than submitting identical posts to both (multiposting). >>>> >>>> /Al >>>> >>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>> Hello, >>>>> I do not know if this is right group. If not, Please let me know the >>>>> correct group to Post. >>>>> >>>>> I am planning to develop an application where the users will be >>>>> given provisions to write their own scripts and execute. I am >>>>> planning to use VBScript and WSH (which is available in all versions >>>>> of Windows). Does WSH, VBScripts protected licenses ? Is there any >>>>> open source script and script interpreters available ? If I could >>>>> develop such an application with scripting facility using VBScript and >>>>> WSH can I make it commercial ? >>>>> >>>>> Thanks and Regards >>>>> Ram >>>>> >> >> >> You're welcome. >>>>> >>>>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>> >>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>> Many thanks to both Al and Mayayana. >>>> >>>> As Al has stated " I would be distributing an application that, when >>>> used as directed, the user would develop his own VBScripts that would >>>> be run by my application ". This is part of an automation project which >>>> I am involved with. >>>> >>>> I have also come across MS Script control which I think I can use it in >>>> my application for running scripts. There are open source c# script >>>> engines too available which gives me other alternatives. Anyways, >>>> thanks for your posts. >>>> >>>> Thanks and Regards >>>> Ram >>>> >>>> >>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>> Further to my response in the .WSH group, either is appropriate. But >>>>> it would have been more appropriate to have cross-posted to these >>>>> groups rather than submitting identical posts to both (multiposting). >>>>> >>>>> /Al >>>>> >>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>> Hello, >>>>>> I do not know if this is right group. If not, Please let me know the >>>>>> correct group to Post. >>>>>> >>>>>> I am planning to develop an application where the users will be >>>>>> given provisions to write their own scripts and execute. I am >>>>>> planning to use VBScript and WSH (which is available in all versions >>>>>> of Windows). Does WSH, VBScripts protected licenses ? Is there any >>>>>> open source script and script interpreters available ? If I could >>>>>> develop such an application with scripting facility using VBScript >>>>>> and WSH can I make it commercial ? >>>>>> >>>>>> Thanks and Regards >>>>>> Ram >>>>>> >>> >>> >>> You're welcome. >>>>>> >>>>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... > > "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message > news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>> >>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>> >>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>> Many thanks to both Al and Mayayana. >>>>> >>>>> As Al has stated " I would be distributing an application that, when >>>>> used as directed, the user would develop his own VBScripts that would >>>>> be run by my application ". This is part of an automation project >>>>> which I am involved with. >>>>> >>>>> I have also come across MS Script control which I think I can use it >>>>> in my application for running scripts. There are open source c# script >>>>> engines too available which gives me other alternatives. Anyways, >>>>> thanks for your posts. >>>>> >>>>> Thanks and Regards >>>>> Ram >>>>> >>>>> >>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>> Further to my response in the .WSH group, either is appropriate. But >>>>>> it would have been more appropriate to have cross-posted to these >>>>>> groups rather than submitting identical posts to both (multiposting). >>>>>> >>>>>> /Al >>>>>> >>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>> Hello, >>>>>>> I do not know if this is right group. If not, Please let me know >>>>>>> the correct group to Post. >>>>>>> >>>>>>> I am planning to develop an application where the users will be >>>>>>> given provisions to write their own scripts and execute. I am >>>>>>> planning to use VBScript and WSH (which is available in all versions >>>>>>> of Windows). Does WSH, VBScripts protected licenses ? Is there any >>>>>>> open source script and script interpreters available ? If I could >>>>>>> develop such an application with scripting facility using VBScript >>>>>>> and WSH can I make it commercial ? >>>>>>> >>>>>>> Thanks and Regards >>>>>>> Ram >>>>>>> >>>> >>>> >>>> You're welcome. >>>>>>> >>>>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... > > "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message > news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>> >>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>> >>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>> Many thanks to both Al and Mayayana. >>>>> >>>>> As Al has stated " I would be distributing an application that, when >>>>> used as directed, the user would develop his own VBScripts that would >>>>> be run by my application ". This is part of an automation project >>>>> which I am involved with. >>>>> >>>>> I have also come across MS Script control which I think I can use it >>>>> in my application for running scripts. There are open source c# script >>>>> engines too available which gives me other alternatives. Anyways, >>>>> thanks for your posts. >>>>> >>>>> Thanks and Regards >>>>> Ram >>>>> >>>>> >>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>> Further to my response in the .WSH group, either is appropriate. But >>>>>> it would have been more appropriate to have cross-posted to these >>>>>> groups rather than submitting identical posts to both (multiposting). >>>>>> >>>>>> /Al >>>>>> >>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>> Hello, >>>>>>> I do not know if this is right group. If not, Please let me know >>>>>>> the correct group to Post. >>>>>>> >>>>>>> I am planning to develop an application where the users will be >>>>>>> given provisions to write their own scripts and execute. I am >>>>>>> planning to use VBScript and WSH (which is available in all versions >>>>>>> of Windows). Does WSH, VBScripts protected licenses ? Is there any >>>>>>> open source script and script interpreters available ? If I could >>>>>>> develop such an application with scripting facility using VBScript >>>>>>> and WSH can I make it commercial ? >>>>>>> >>>>>>> Thanks and Regards >>>>>>> Ram >>>>>>> >>>> >>>> >>>> You're welcome. >>>>>>> >>>>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:OZLVl5DMLHA.4120@TK2MSFTNGP02.phx.gbl... > > "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message > news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... >> >> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >> news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >>> >>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>>> >>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>> >>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>> Many thanks to both Al and Mayayana. >>>>>> >>>>>> As Al has stated " I would be distributing an application that, when >>>>>> used as directed, the user would develop his own VBScripts that would >>>>>> be run by my application ". This is part of an automation project >>>>>> which I am involved with. >>>>>> >>>>>> I have also come across MS Script control which I think I can use it >>>>>> in my application for running scripts. There are open source c# >>>>>> script engines too available which gives me other alternatives. >>>>>> Anyways, thanks for your posts. >>>>>> >>>>>> Thanks and Regards >>>>>> Ram >>>>>> >>>>>> >>>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>> Further to my response in the .WSH group, either is appropriate. But >>>>>>> it would have been more appropriate to have cross-posted to these >>>>>>> groups rather than submitting identical posts to both >>>>>>> (multiposting). >>>>>>> >>>>>>> /Al >>>>>>> >>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>> Hello, >>>>>>>> I do not know if this is right group. If not, Please let me know >>>>>>>> the correct group to Post. >>>>>>>> >>>>>>>> I am planning to develop an application where the users will be >>>>>>>> given provisions to write their own scripts and execute. I am >>>>>>>> planning to use VBScript and WSH (which is available in all >>>>>>>> versions of Windows). Does WSH, VBScripts protected licenses ? Is >>>>>>>> there any open source script and script interpreters available ? If >>>>>>>> I could develop such an application with scripting facility using >>>>>>>> VBScript and WSH can I make it commercial ? >>>>>>>> >>>>>>>> Thanks and Regards >>>>>>>> Ram >>>>>>>> >>>>> >>>>> >>>>> You're welcome. >>>>>>>> >>>>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:%23o1jsSQMLHA.5312@TK2MSFTNGP02.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:OZLVl5DMLHA.4120@TK2MSFTNGP02.phx.gbl... >> >> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >> news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... >>> >>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>> news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >>>> >>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>>>> >>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>>> >>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>> Many thanks to both Al and Mayayana. >>>>>>> >>>>>>> As Al has stated " I would be distributing an application that, >>>>>>> when used as directed, the user would develop his own VBScripts that >>>>>>> would be run by my application ". This is part of an automation >>>>>>> project which I am involved with. >>>>>>> >>>>>>> I have also come across MS Script control which I think I can use it >>>>>>> in my application for running scripts. There are open source c# >>>>>>> script engines too available which gives me other alternatives. >>>>>>> Anyways, thanks for your posts. >>>>>>> >>>>>>> Thanks and Regards >>>>>>> Ram >>>>>>> >>>>>>> >>>>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>> Further to my response in the .WSH group, either is appropriate. >>>>>>>> But it would have been more appropriate to have cross-posted to >>>>>>>> these groups rather than submitting identical posts to both >>>>>>>> (multiposting). >>>>>>>> >>>>>>>> /Al >>>>>>>> >>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>> Hello, >>>>>>>>> I do not know if this is right group. If not, Please let me know >>>>>>>>> the correct group to Post. >>>>>>>>> >>>>>>>>> I am planning to develop an application where the users will >>>>>>>>> be given provisions to write their own scripts and execute. I am >>>>>>>>> planning to use VBScript and WSH (which is available in all >>>>>>>>> versions of Windows). Does WSH, VBScripts protected licenses ? Is >>>>>>>>> there any open source script and script interpreters available ? >>>>>>>>> If I could develop such an application with scripting facility >>>>>>>>> using VBScript and WSH can I make it commercial ? >>>>>>>>> >>>>>>>>> Thanks and Regards >>>>>>>>> Ram >>>>>>>>> >>>>>> >>>>>> >>>>>> You're welcome. >>>>>>>>> >>>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:upWxvGXMLHA.1172@TK2MSFTNGP04.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:%23o1jsSQMLHA.5312@TK2MSFTNGP02.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:OZLVl5DMLHA.4120@TK2MSFTNGP02.phx.gbl... >>> >>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>> news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... >>>> >>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>> news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>> >>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>>>>> >>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>>>> >>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>> Many thanks to both Al and Mayayana. >>>>>>>> >>>>>>>> As Al has stated " I would be distributing an application that, >>>>>>>> when used as directed, the user would develop his own VBScripts >>>>>>>> that would be run by my application ". This is part of an >>>>>>>> automation project which I am involved with. >>>>>>>> >>>>>>>> I have also come across MS Script control which I think I can use >>>>>>>> it in my application for running scripts. There are open source c# >>>>>>>> script engines too available which gives me other alternatives. >>>>>>>> Anyways, thanks for your posts. >>>>>>>> >>>>>>>> Thanks and Regards >>>>>>>> Ram >>>>>>>> >>>>>>>> >>>>>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>> Further to my response in the .WSH group, either is appropriate. >>>>>>>>> But it would have been more appropriate to have cross-posted to >>>>>>>>> these groups rather than submitting identical posts to both >>>>>>>>> (multiposting). >>>>>>>>> >>>>>>>>> /Al >>>>>>>>> >>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>> Hello, >>>>>>>>>> I do not know if this is right group. If not, Please let me know >>>>>>>>>> the correct group to Post. >>>>>>>>>> >>>>>>>>>> I am planning to develop an application where the users will >>>>>>>>>> be given provisions to write their own scripts and execute. I am >>>>>>>>>> planning to use VBScript and WSH (which is available in all >>>>>>>>>> versions of Windows). Does WSH, VBScripts protected licenses ? Is >>>>>>>>>> there any open source script and script interpreters available ? >>>>>>>>>> If I could develop such an application with scripting facility >>>>>>>>>> using VBScript and WSH can I make it commercial ? >>>>>>>>>> >>>>>>>>>> Thanks and Regards >>>>>>>>>> Ram >>>>>>>>>> >>>>>>> >>>>>>> >>>>>>> You're welcome. >>>>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:ud02q6wMLHA.3668@TK2MSFTNGP04.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:upWxvGXMLHA.1172@TK2MSFTNGP04.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:%23o1jsSQMLHA.5312@TK2MSFTNGP02.phx.gbl... >>> >>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>> news:OZLVl5DMLHA.4120@TK2MSFTNGP02.phx.gbl... >>>> >>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>> news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... >>>>> >>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>> news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>> >>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>>>>>> >>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>>>>> >>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>> Many thanks to both Al and Mayayana. >>>>>>>>> >>>>>>>>> As Al has stated " I would be distributing an application that, >>>>>>>>> when used as directed, the user would develop his own VBScripts >>>>>>>>> that would be run by my application ". This is part of an >>>>>>>>> automation project which I am involved with. >>>>>>>>> >>>>>>>>> I have also come across MS Script control which I think I can use >>>>>>>>> it in my application for running scripts. There are open source c# >>>>>>>>> script engines too available which gives me other alternatives. >>>>>>>>> Anyways, thanks for your posts. >>>>>>>>> >>>>>>>>> Thanks and Regards >>>>>>>>> Ram >>>>>>>>> >>>>>>>>> >>>>>>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>>>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>> Further to my response in the .WSH group, either is appropriate. >>>>>>>>>> But it would have been more appropriate to have cross-posted to >>>>>>>>>> these groups rather than submitting identical posts to both >>>>>>>>>> (multiposting). >>>>>>>>>> >>>>>>>>>> /Al >>>>>>>>>> >>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>> Hello, >>>>>>>>>>> I do not know if this is right group. If not, Please let me >>>>>>>>>>> know the correct group to Post. >>>>>>>>>>> >>>>>>>>>>> I am planning to develop an application where the users will >>>>>>>>>>> be given provisions to write their own scripts and execute. I >>>>>>>>>>> am planning to use VBScript and WSH (which is available in all >>>>>>>>>>> versions of Windows). Does WSH, VBScripts protected licenses ? >>>>>>>>>>> Is there any open source script and script interpreters >>>>>>>>>>> available ? If I could develop such an application with >>>>>>>>>>> scripting facility using VBScript and WSH can I make it >>>>>>>>>>> commercial ? >>>>>>>>>>> >>>>>>>>>>> Thanks and Regards >>>>>>>>>>> Ram >>>>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> You're welcome. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:eo6cC$wMLHA.3732@TK2MSFTNGP02.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:ud02q6wMLHA.3668@TK2MSFTNGP04.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:upWxvGXMLHA.1172@TK2MSFTNGP04.phx.gbl... >>> >>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>> news:%23o1jsSQMLHA.5312@TK2MSFTNGP02.phx.gbl... >>>> >>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>> news:OZLVl5DMLHA.4120@TK2MSFTNGP02.phx.gbl... >>>>> >>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>> news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... >>>>>> >>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>> news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>> >>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>>>>>>> >>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>>>>>> >>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>> Many thanks to both Al and Mayayana. >>>>>>>>>> >>>>>>>>>> As Al has stated " I would be distributing an application that, >>>>>>>>>> when used as directed, the user would develop his own VBScripts >>>>>>>>>> that would be run by my application ". This is part of an >>>>>>>>>> automation project which I am involved with. >>>>>>>>>> >>>>>>>>>> I have also come across MS Script control which I think I can use >>>>>>>>>> it in my application for running scripts. There are open source >>>>>>>>>> c# script engines too available which gives me other >>>>>>>>>> alternatives. Anyways, thanks for your posts. >>>>>>>>>> >>>>>>>>>> Thanks and Regards >>>>>>>>>> Ram >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>>>>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>>> Further to my response in the .WSH group, either is appropriate. >>>>>>>>>>> But it would have been more appropriate to have cross-posted to >>>>>>>>>>> these groups rather than submitting identical posts to both >>>>>>>>>>> (multiposting). >>>>>>>>>>> >>>>>>>>>>> /Al >>>>>>>>>>> >>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>> Hello, >>>>>>>>>>>> I do not know if this is right group. If not, Please let me >>>>>>>>>>>> know the correct group to Post. >>>>>>>>>>>> >>>>>>>>>>>> I am planning to develop an application where the users >>>>>>>>>>>> will be given provisions to write their own scripts and >>>>>>>>>>>> execute. I am planning to use VBScript and WSH (which is >>>>>>>>>>>> available in all versions of Windows). Does WSH, VBScripts >>>>>>>>>>>> protected licenses ? Is there any open source script and script >>>>>>>>>>>> interpreters available ? If I could develop such an application >>>>>>>>>>>> with scripting facility using VBScript and WSH can I make it >>>>>>>>>>>> commercial ? >>>>>>>>>>>> >>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>> Ram >>>>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> You're welcome. >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:%23YaUSaCNLHA.1996@TK2MSFTNGP06.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:eo6cC$wMLHA.3732@TK2MSFTNGP02.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:ud02q6wMLHA.3668@TK2MSFTNGP04.phx.gbl... >>> >>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>> news:upWxvGXMLHA.1172@TK2MSFTNGP04.phx.gbl... >>>> >>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>> news:%23o1jsSQMLHA.5312@TK2MSFTNGP02.phx.gbl... >>>>> >>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>> news:OZLVl5DMLHA.4120@TK2MSFTNGP02.phx.gbl... >>>>>> >>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>> news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... >>>>>>> >>>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>>> news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>> >>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>>>>>>>> >>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>>>>>>> >>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>> Many thanks to both Al and Mayayana. >>>>>>>>>>> >>>>>>>>>>> As Al has stated " I would be distributing an application that, >>>>>>>>>>> when used as directed, the user would develop his own VBScripts >>>>>>>>>>> that would be run by my application ". This is part of an >>>>>>>>>>> automation project which I am involved with. >>>>>>>>>>> >>>>>>>>>>> I have also come across MS Script control which I think I can >>>>>>>>>>> use it in my application for running scripts. There are open >>>>>>>>>>> source c# script engines too available which gives me other >>>>>>>>>>> alternatives. Anyways, thanks for your posts. >>>>>>>>>>> >>>>>>>>>>> Thanks and Regards >>>>>>>>>>> Ram >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>>>>>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>>>> Further to my response in the .WSH group, either is >>>>>>>>>>>> appropriate. But it would have been more appropriate to have >>>>>>>>>>>> cross-posted to these groups rather than submitting identical >>>>>>>>>>>> posts to both (multiposting). >>>>>>>>>>>> >>>>>>>>>>>> /Al >>>>>>>>>>>> >>>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>>> Hello, >>>>>>>>>>>>> I do not know if this is right group. If not, Please let me >>>>>>>>>>>>> know the correct group to Post. >>>>>>>>>>>>> >>>>>>>>>>>>> I am planning to develop an application where the users >>>>>>>>>>>>> will be given provisions to write their own scripts and >>>>>>>>>>>>> execute. I am planning to use VBScript and WSH (which is >>>>>>>>>>>>> available in all versions of Windows). Does WSH, VBScripts >>>>>>>>>>>>> protected licenses ? Is there any open source script and >>>>>>>>>>>>> script interpreters available ? If I could develop such an >>>>>>>>>>>>> application with scripting facility using VBScript and WSH can >>>>>>>>>>>>> I make it commercial ? >>>>>>>>>>>>> >>>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>>> Ram >>>>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> You're welcome. >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:OTIh3HKNLHA.5860@TK2MSFTNGP04.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:%23YaUSaCNLHA.1996@TK2MSFTNGP06.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:eo6cC$wMLHA.3732@TK2MSFTNGP02.phx.gbl... >>> >>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>> news:ud02q6wMLHA.3668@TK2MSFTNGP04.phx.gbl... >>>> >>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>> news:upWxvGXMLHA.1172@TK2MSFTNGP04.phx.gbl... >>>>> >>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>> news:%23o1jsSQMLHA.5312@TK2MSFTNGP02.phx.gbl... >>>>>> >>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>> news:OZLVl5DMLHA.4120@TK2MSFTNGP02.phx.gbl... >>>>>>> >>>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>>> news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... >>>>>>>> >>>>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>>>> news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>> >>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>>>>>>>>> >>>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>>>>>>>> >>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>> Many thanks to both Al and Mayayana. >>>>>>>>>>>> >>>>>>>>>>>> As Al has stated " I would be distributing an application >>>>>>>>>>>> that, when used as directed, the user would develop his own >>>>>>>>>>>> VBScripts that would be run by my application ". This is part >>>>>>>>>>>> of an automation project which I am involved with. >>>>>>>>>>>> >>>>>>>>>>>> I have also come across MS Script control which I think I can >>>>>>>>>>>> use it in my application for running scripts. There are open >>>>>>>>>>>> source c# script engines too available which gives me other >>>>>>>>>>>> alternatives. Anyways, thanks for your posts. >>>>>>>>>>>> >>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>> Ram >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>>>>>>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>>>>> Further to my response in the .WSH group, either is >>>>>>>>>>>>> appropriate. But it would have been more appropriate to have >>>>>>>>>>>>> cross-posted to these groups rather than submitting identical >>>>>>>>>>>>> posts to both (multiposting). >>>>>>>>>>>>> >>>>>>>>>>>>> /Al >>>>>>>>>>>>> >>>>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>>>> Hello, >>>>>>>>>>>>>> I do not know if this is right group. If not, Please let me >>>>>>>>>>>>>> know the correct group to Post. >>>>>>>>>>>>>> >>>>>>>>>>>>>> I am planning to develop an application where the users >>>>>>>>>>>>>> will be given provisions to write their own scripts and >>>>>>>>>>>>>> execute. I am planning to use VBScript and WSH (which is >>>>>>>>>>>>>> available in all versions of Windows). Does WSH, VBScripts >>>>>>>>>>>>>> protected licenses ? Is there any open source script and >>>>>>>>>>>>>> script interpreters available ? If I could develop such an >>>>>>>>>>>>>> application with scripting facility using VBScript and WSH >>>>>>>>>>>>>> can I make it commercial ? >>>>>>>>>>>>>> >>>>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>>>> Ram >>>>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> You're welcome. >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Ram" <ram.newsgroups@unitedprotech.com> wrote in message news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... > Hello, > I do not know if this is right group. If not, Please let me know the > correct group to Post. > > I am planning to develop an application where the users will be given > provisions to write their own scripts and execute. I am planning to use > VBScript and WSH (which is available in all versions of Windows). Does > WSH, VBScripts protected licenses ? Is there any open source script and > script interpreters available ? If I could develop such an application > with scripting facility using VBScript and WSH can I make it commercial ? > > Thanks and Regards > Ram > You're welcome! > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:O$PYuRbNLHA.432@TK2MSFTNGP02.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:OTIh3HKNLHA.5860@TK2MSFTNGP04.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:%23YaUSaCNLHA.1996@TK2MSFTNGP06.phx.gbl... >>> >>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>> news:eo6cC$wMLHA.3732@TK2MSFTNGP02.phx.gbl... >>>> >>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>> news:ud02q6wMLHA.3668@TK2MSFTNGP04.phx.gbl... >>>>> >>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>> news:upWxvGXMLHA.1172@TK2MSFTNGP04.phx.gbl... >>>>>> >>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>> news:%23o1jsSQMLHA.5312@TK2MSFTNGP02.phx.gbl... >>>>>>> >>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>> news:OZLVl5DMLHA.4120@TK2MSFTNGP02.phx.gbl... >>>>>>>> >>>>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>>>> news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... >>>>>>>>> >>>>>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>>>>> news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>> >>>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>>> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>>>>>>>>>> >>>>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>>>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>>>>>>>>> >>>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>>> Many thanks to both Al and Mayayana. >>>>>>>>>>>>> >>>>>>>>>>>>> As Al has stated " I would be distributing an application >>>>>>>>>>>>> that, when used as directed, the user would develop his own >>>>>>>>>>>>> VBScripts that would be run by my application ". This is part >>>>>>>>>>>>> of an automation project which I am involved with. >>>>>>>>>>>>> >>>>>>>>>>>>> I have also come across MS Script control which I think I can >>>>>>>>>>>>> use it in my application for running scripts. There are open >>>>>>>>>>>>> source c# script engines too available which gives me other >>>>>>>>>>>>> alternatives. Anyways, thanks for your posts. >>>>>>>>>>>>> >>>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>>> Ram >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>>>>>>>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>>>>>> Further to my response in the .WSH group, either is >>>>>>>>>>>>>> appropriate. But it would have been more appropriate to have >>>>>>>>>>>>>> cross-posted to these groups rather than submitting identical >>>>>>>>>>>>>> posts to both (multiposting). >>>>>>>>>>>>>> >>>>>>>>>>>>>> /Al >>>>>>>>>>>>>> >>>>>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>>>>> Hello, >>>>>>>>>>>>>>> I do not know if this is right group. If not, Please let me >>>>>>>>>>>>>>> know the correct group to Post. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> I am planning to develop an application where the users >>>>>>>>>>>>>>> will be given provisions to write their own scripts and >>>>>>>>>>>>>>> execute. I am planning to use VBScript and WSH (which is >>>>>>>>>>>>>>> available in all versions of Windows). Does WSH, VBScripts >>>>>>>>>>>>>>> protected licenses ? Is there any open source script and >>>>>>>>>>>>>>> script interpreters available ? If I could develop such an >>>>>>>>>>>>>>> application with scripting facility using VBScript and WSH >>>>>>>>>>>>>>> can I make it commercial ? >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>>>>> Ram >>>>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> You're welcome. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message news:%23RdzfzjNLHA.432@TK2MSFTNGP02.phx.gbl... > > "Ram" <ram.newsgroups@unitedprotech.com> wrote in message > news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >> Hello, >> I do not know if this is right group. If not, Please let me know the >> correct group to Post. >> >> I am planning to develop an application where the users will be given >> provisions to write their own scripts and execute. I am planning to use >> VBScript and WSH (which is available in all versions of Windows). Does >> WSH, VBScripts protected licenses ? Is there any open source script and >> script interpreters available ? If I could develop such an application >> with scripting facility using VBScript and WSH can I make it commercial ? >> >> Thanks and Regards >> Ram >> > > > You're welcome! >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:u3oQ9fwNLHA.3732@TK2MSFTNGP02.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:O$PYuRbNLHA.432@TK2MSFTNGP02.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:OTIh3HKNLHA.5860@TK2MSFTNGP04.phx.gbl... >>> >>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>> news:%23YaUSaCNLHA.1996@TK2MSFTNGP06.phx.gbl... >>>> >>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>> news:eo6cC$wMLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>> >>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>> news:ud02q6wMLHA.3668@TK2MSFTNGP04.phx.gbl... >>>>>> >>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>> news:upWxvGXMLHA.1172@TK2MSFTNGP04.phx.gbl... >>>>>>> >>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>> news:%23o1jsSQMLHA.5312@TK2MSFTNGP02.phx.gbl... >>>>>>>> >>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>> news:OZLVl5DMLHA.4120@TK2MSFTNGP02.phx.gbl... >>>>>>>>> >>>>>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>>>>> news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... >>>>>>>>>> >>>>>>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>>>>>> news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>>> >>>>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>>>> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>>>>>>>>>>> >>>>>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>>>>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>>>>>>>>>> >>>>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>>>> Many thanks to both Al and Mayayana. >>>>>>>>>>>>>> >>>>>>>>>>>>>> As Al has stated " I would be distributing an application >>>>>>>>>>>>>> that, when used as directed, the user would develop his own >>>>>>>>>>>>>> VBScripts that would be run by my application ". This is part >>>>>>>>>>>>>> of an automation project which I am involved with. >>>>>>>>>>>>>> >>>>>>>>>>>>>> I have also come across MS Script control which I think I can >>>>>>>>>>>>>> use it in my application for running scripts. There are open >>>>>>>>>>>>>> source c# script engines too available which gives me other >>>>>>>>>>>>>> alternatives. Anyways, thanks for your posts. >>>>>>>>>>>>>> >>>>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>>>> Ram >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>>>>>>>>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>>>>>>> Further to my response in the .WSH group, either is >>>>>>>>>>>>>>> appropriate. But it would have been more appropriate to have >>>>>>>>>>>>>>> cross-posted to these groups rather than submitting >>>>>>>>>>>>>>> identical posts to both (multiposting). >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> /Al >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>>>>>> Hello, >>>>>>>>>>>>>>>> I do not know if this is right group. If not, Please let >>>>>>>>>>>>>>>> me know the correct group to Post. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> I am planning to develop an application where the users >>>>>>>>>>>>>>>> will be given provisions to write their own scripts and >>>>>>>>>>>>>>>> execute. I am planning to use VBScript and WSH (which is >>>>>>>>>>>>>>>> available in all versions of Windows). Does WSH, VBScripts >>>>>>>>>>>>>>>> protected licenses ? Is there any open source script and >>>>>>>>>>>>>>>> script interpreters available ? If I could develop such an >>>>>>>>>>>>>>>> application with scripting facility using VBScript and WSH >>>>>>>>>>>>>>>> can I make it commercial ? >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>>>>>> Ram >>>>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> You're welcome. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message news:%23RdzfzjNLHA.432@TK2MSFTNGP02.phx.gbl... > > "Ram" <ram.newsgroups@unitedprotech.com> wrote in message > news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >> Hello, >> I do not know if this is right group. If not, Please let me know the >> correct group to Post. >> >> I am planning to develop an application where the users will be given >> provisions to write their own scripts and execute. I am planning to use >> VBScript and WSH (which is available in all versions of Windows). Does >> WSH, VBScripts protected licenses ? Is there any open source script and >> script interpreters available ? If I could develop such an application >> with scripting facility using VBScript and WSH can I make it commercial ? >> >> Thanks and Regards >> Ram >> > > > You're welcome! >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:%234tX$fwNLHA.1996@TK2MSFTNGP06.phx.gbl... > > "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message > news:%23RdzfzjNLHA.432@TK2MSFTNGP02.phx.gbl... >> >> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>> Hello, >>> I do not know if this is right group. If not, Please let me know the >>> correct group to Post. >>> >>> I am planning to develop an application where the users will be >>> given provisions to write their own scripts and execute. I am planning >>> to use VBScript and WSH (which is available in all versions of Windows). >>> Does WSH, VBScripts protected licenses ? Is there any open source script >>> and script interpreters available ? If I could develop such an >>> application with scripting facility using VBScript and WSH can I make it >>> commercial ? >>> >>> Thanks and Regards >>> Ram >>> >> >> >> You're welcome! >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:u3oQ9fwNLHA.3732@TK2MSFTNGP02.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:O$PYuRbNLHA.432@TK2MSFTNGP02.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:OTIh3HKNLHA.5860@TK2MSFTNGP04.phx.gbl... >>> >>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>> news:%23YaUSaCNLHA.1996@TK2MSFTNGP06.phx.gbl... >>>> >>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>> news:eo6cC$wMLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>> >>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>> news:ud02q6wMLHA.3668@TK2MSFTNGP04.phx.gbl... >>>>>> >>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>> news:upWxvGXMLHA.1172@TK2MSFTNGP04.phx.gbl... >>>>>>> >>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>> news:%23o1jsSQMLHA.5312@TK2MSFTNGP02.phx.gbl... >>>>>>>> >>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>> news:OZLVl5DMLHA.4120@TK2MSFTNGP02.phx.gbl... >>>>>>>>> >>>>>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>>>>> news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... >>>>>>>>>> >>>>>>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>>>>>> news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>>> >>>>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>>>> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>>>>>>>>>>> >>>>>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>>>>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>>>>>>>>>> >>>>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>>>> Many thanks to both Al and Mayayana. >>>>>>>>>>>>>> >>>>>>>>>>>>>> As Al has stated " I would be distributing an application >>>>>>>>>>>>>> that, when used as directed, the user would develop his own >>>>>>>>>>>>>> VBScripts that would be run by my application ". This is part >>>>>>>>>>>>>> of an automation project which I am involved with. >>>>>>>>>>>>>> >>>>>>>>>>>>>> I have also come across MS Script control which I think I can >>>>>>>>>>>>>> use it in my application for running scripts. There are open >>>>>>>>>>>>>> source c# script engines too available which gives me other >>>>>>>>>>>>>> alternatives. Anyways, thanks for your posts. >>>>>>>>>>>>>> >>>>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>>>> Ram >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>>>>>>>>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>>>>>>> Further to my response in the .WSH group, either is >>>>>>>>>>>>>>> appropriate. But it would have been more appropriate to have >>>>>>>>>>>>>>> cross-posted to these groups rather than submitting >>>>>>>>>>>>>>> identical posts to both (multiposting). >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> /Al >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>>>>>> Hello, >>>>>>>>>>>>>>>> I do not know if this is right group. If not, Please let >>>>>>>>>>>>>>>> me know the correct group to Post. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> I am planning to develop an application where the users >>>>>>>>>>>>>>>> will be given provisions to write their own scripts and >>>>>>>>>>>>>>>> execute. I am planning to use VBScript and WSH (which is >>>>>>>>>>>>>>>> available in all versions of Windows). Does WSH, VBScripts >>>>>>>>>>>>>>>> protected licenses ? Is there any open source script and >>>>>>>>>>>>>>>> script interpreters available ? If I could develop such an >>>>>>>>>>>>>>>> application with scripting facility using VBScript and WSH >>>>>>>>>>>>>>>> can I make it commercial ? >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>>>>>> Ram >>>>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> You're welcome. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:%234tX$fwNLHA.1996@TK2MSFTNGP06.phx.gbl... > > "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message > news:%23RdzfzjNLHA.432@TK2MSFTNGP02.phx.gbl... >> >> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>> Hello, >>> I do not know if this is right group. If not, Please let me know the >>> correct group to Post. >>> >>> I am planning to develop an application where the users will be >>> given provisions to write their own scripts and execute. I am planning >>> to use VBScript and WSH (which is available in all versions of Windows). >>> Does WSH, VBScripts protected licenses ? Is there any open source script >>> and script interpreters available ? If I could develop such an >>> application with scripting facility using VBScript and WSH can I make it >>> commercial ? >>> >>> Thanks and Regards >>> Ram >>> >> >> >> You're welcome! >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:eUVdTUNOLHA.5732@TK2MSFTNGP06.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:u3oQ9fwNLHA.3732@TK2MSFTNGP02.phx.gbl... >> >> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >> news:O$PYuRbNLHA.432@TK2MSFTNGP02.phx.gbl... >>> >>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>> news:OTIh3HKNLHA.5860@TK2MSFTNGP04.phx.gbl... >>>> >>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>> news:%23YaUSaCNLHA.1996@TK2MSFTNGP06.phx.gbl... >>>>> >>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>> news:eo6cC$wMLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>>> >>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>> news:ud02q6wMLHA.3668@TK2MSFTNGP04.phx.gbl... >>>>>>> >>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>> news:upWxvGXMLHA.1172@TK2MSFTNGP04.phx.gbl... >>>>>>>> >>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>> news:%23o1jsSQMLHA.5312@TK2MSFTNGP02.phx.gbl... >>>>>>>>> >>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>> news:OZLVl5DMLHA.4120@TK2MSFTNGP02.phx.gbl... >>>>>>>>>> >>>>>>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>>>>>> news:Ofd%23DEDMLHA.1996@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>> >>>>>>>>>>> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >>>>>>>>>>> news:%23Cd%234l3LLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>>>> >>>>>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>>>>> news:uO4L7j3LLHA.308@TK2MSFTNGP02.phx.gbl... >>>>>>>>>>>>> >>>>>>>>>>>>> "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message >>>>>>>>>>>>> news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl... >>>>>>>>>>>>>> >>>>>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>>>>> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>>>>> Many thanks to both Al and Mayayana. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> As Al has stated " I would be distributing an application >>>>>>>>>>>>>>> that, when used as directed, the user would develop his own >>>>>>>>>>>>>>> VBScripts that would be run by my application ". This is >>>>>>>>>>>>>>> part of an automation project which I am involved with. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> I have also come across MS Script control which I think I >>>>>>>>>>>>>>> can use it in my application for running scripts. There are >>>>>>>>>>>>>>> open source c# script engines too available which gives me >>>>>>>>>>>>>>> other alternatives. Anyways, thanks for your posts. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>>>>> Ram >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> "Al Dunbar" <alandrub@hotmail.com> wrote in message >>>>>>>>>>>>>>> news:%23ZILh$qLLHA.5700@TK2MSFTNGP04.phx.gbl... >>>>>>>>>>>>>>>> Further to my response in the .WSH group, either is >>>>>>>>>>>>>>>> appropriate. But it would have been more appropriate to >>>>>>>>>>>>>>>> have cross-posted to these groups rather than submitting >>>>>>>>>>>>>>>> identical posts to both (multiposting). >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> /Al >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>>>>>>>>>>>>>>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>>>>>>>>>>>>>>> Hello, >>>>>>>>>>>>>>>>> I do not know if this is right group. If not, Please let >>>>>>>>>>>>>>>>> me know the correct group to Post. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> I am planning to develop an application where the >>>>>>>>>>>>>>>>> users will be given provisions to write their own scripts >>>>>>>>>>>>>>>>> and execute. I am planning to use VBScript and WSH (which >>>>>>>>>>>>>>>>> is available in all versions of Windows). Does WSH, >>>>>>>>>>>>>>>>> VBScripts protected licenses ? Is there any open source >>>>>>>>>>>>>>>>> script and script interpreters available ? If I could >>>>>>>>>>>>>>>>> develop such an application with scripting facility using >>>>>>>>>>>>>>>>> VBScript and WSH can I make it commercial ? >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Thanks and Regards >>>>>>>>>>>>>>>>> Ram >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> You're welcome. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message news:eJ2yaUNOLHA.6100@TK2MSFTNGP05.phx.gbl... > > "Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message > news:%234tX$fwNLHA.1996@TK2MSFTNGP06.phx.gbl... >> >> "Kenneth A. Larsen" <LarsenK@verizon.net> wrote in message >> news:%23RdzfzjNLHA.432@TK2MSFTNGP02.phx.gbl... >>> >>> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message >>> news:uCNstvjLLHA.2100@TK2MSFTNGP06.phx.gbl... >>>> Hello, >>>> I do not know if this is right group. If not, Please let me know the >>>> correct group to Post. >>>> >>>> I am planning to develop an application where the users will be >>>> given provisions to write their own scripts and execute. I am planning >>>> to use VBScript and WSH (which is available in all versions of >>>> Windows). Does WSH, VBScripts protected licenses ? Is there any open >>>> source script and script interpreters available ? If I could develop >>>> such an application with scripting facility using VBScript and WSH can >>>> I make it commercial ? >>>> >>>> Thanks and Regards >>>> Ram >>>> >>> >>> >>> You're welcome! >>>> >>>> >>> >>> >> >> > >
![]() |
0 |
![]() |