Visual BASIC Forum :: Visual BASIC Discussions :: VBScript :: running scripts .... Author Topic: running scripts .... (Read 163 times)
udtman New Member member is offline Joined: Oct 2003 Posts: 1running scripts .... « Thread Started on Oct 18, 2003, 4:57pm »
I have seen vbscripts run as "aplications" if u will, such as a ftp director maker, www search thing, etc. What i havnt been able to figure out is how to incorporate or "call" these scripts from a regular old vb app. I ve tried the script reference, but screwed it all up, any links to some tuts, other than the useless msdn ? any ideas would be appreciated ...
Administration Administrator member is offline D'oh Joined: Oct 2003 Posts: 5Re: running scripts .... « Reply #1 on Oct 18, 2003, 5:45pm »
well, on older versions of windows, you can run these VBScripts by using the execution engine.. an example:Code: run "WScript scriptname.vbs"
You can't just run VB Scripts though, they arent' executable without a parser.... But, you can also run them under windows explorer on win2k and XPCode: run "explorer.exe scriptname.vbs"
HTH
aegis3ro New Member member is offline .....lol..... Joined: Oct 2003 Gender: Male Posts: 2 Location: Constanta, RomaniaRe: running scripts .... « Reply #2 on Oct 19, 2003, 5:01am »
now we are 2 to bore here
Good to Go
Forum Jump -------------------- » Home -------------------- » General -------------------- - General Board - Forum Discussions - Promote your software/websites -------------------- » Beginner questions on Visual BASIC -------------------- - New Programmers - Questions on Purchasing VB -------------------- » Visual BASIC Discussions -------------------- - Programming General - VBScript - VB .NET Programming - Internet programming - Newtwork programming - Database Programming - Advanced Programming -------------------- » Game/Graphics Programming -------------------- - DirectX Programming - openGL Programming - Game Creation Discussions - Sprite Creation - Game Announcements