472,119 Members | 1,602 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

Running exe through dll

shweta123
692 Expert 512MB
Hello everyone
I was running dll through an asp page .This dll is executing shell command and running some exe.
When i run the asp page ,i can see the exe in the running processes but dont c it as a new window.
I have kept maximisewindow while running a shell cmd in the dll

any idea?

Shweta
Nov 27 '06 #1
3 1175
sashi
1,754 Expert 1GB
Hello everyone
I was running dll through an asp page .This dll is executing shell command and running some exe.
When i run the asp page ,i can see the exe in the running processes but dont c it as a new window.
I have kept maximisewindow while running a shell cmd in the dll

any idea?

Shweta
Hi there,

What happens when you maximize the window? Is the window state change? Any error message?
Nov 27 '06 #2
Frinavale
9,735 Expert Mod 8TB
Hello everyone
I was running dll through an asp page .This dll is executing shell command and running some exe.
When i run the asp page ,i can see the exe in the running processes but dont c it as a new window.
I have kept maximisewindow while running a shell cmd in the dll

any idea?

Shweta
I'm not quite sure what you're trying to do. When some user uses your asp page do you want them to see the shell command that's being executed by your dll?

Or is it that you want your dll to spit out information ever time a user uses your asp page in some command-line-window that only you can see on the server?

Just need a bit more information before I can try to help :)

Cheers!
Nov 27 '06 #3
shweta123
692 Expert 512MB
hi,
The dll runs the exe written in vb.I was able to c the exe in the task manager.
But the exe is not getting executed.I am not getting any error msg also.
This is my code in asp page

Expand|Select|Wrap|Line Numbers
  1. <%
  2. Dim ret
  3. ret=Idgen.RunProc("C:\WINDOWS\system32\Notepad.exe")
  4. '    Response.Write ret
  5. %>
  6.  
Idgen is dll object and i am trying to open a Notepad for time being.On asp page i could c the return code by dll.
Nov 28 '06 #4

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

4 posts views Thread by Bill Dika | last post: by
7 posts views Thread by pradeep_TP | last post: by
3 posts views Thread by Anil Kumar Sharma | last post: by
4 posts views Thread by tshad | last post: by
2 posts views Thread by upperclass | last post: by
1 post views Thread by =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.