VB to java

M

m

Hi All

I am converting a legacy as ASP page to JSP...
I have the following scriptlet in ASP which is invoking QARun product
...

<Script type="text/vbscript")>
'Invoke QARun
set shl=CreateObject("Wscript.Shell")
Command="runawl.exe -user: 'Global,admin,admin' -runenv:'systest'" &
chr(34) & "Master" & chr(34)
shl.Run Command
Selection_Execute.action="Testscript_Filters.asp?Values=1"
Selection_Execute.submit
</Script>

Can you please tell me how this can be done in Java/JSP

Thanks
 
T

Tim B

m said:
Hi All

I am converting a legacy as ASP page to JSP...
I have the following scriptlet in ASP which is invoking QARun product
..

<Script type="text/vbscript")>
'Invoke QARun
set shl=CreateObject("Wscript.Shell")
Command="runawl.exe -user: 'Global,admin,admin' -runenv:'systest'" &
chr(34) & "Master" & chr(34)
shl.Run Command
Selection_Execute.action="Testscript_Filters.asp?Values=1"
Selection_Execute.submit
</Script>

Can you please tell me how this can be done in Java/JSP

Thanks

Exactly the same way, one would think. The ASP creates an html page that
contains the vbscript. JSP can do the same thing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,825
Latest member
VernonQuy6

Latest Threads

Top