Ask a Question related to ASP.NET General, Design and Development.
-
amy #1
call xyz.bat from ASP.net
hi:
I would like to know how to call a xyz.bat frile from ASP.net?
Can it be done!
Thanks
amy
amy Guest
-
CFC Call Hanging on Second Call
I run the flex application localy using the demo/dev server and do a search using a CFC, and then do another and its fine. But when my boss tries,... -
Can I call a CFR in a CFC
I am understand I can easily call a cfc in a cfm file and then use the cfreport tag in the cfm file to call teh template and use the query returned... -
The best way to call a cfc??
I have read a few things about how to invoke cfc's but it just seems very tidious to develop locally then when I deploy to a development server I... -
call VBA from ASP
Hi how a VBA macro called in ASP? Thanks. Kamram -
remote call procedure call failed
Also, it says error 1726 "remote call procedure call failed" Help, Unable to save username and password in XP Home edition. It allows me to... -
Biswajit #2
Re: call xyz.bat from ASP.net
This should work.
System.Diagnostics.Process.Start(@"C:\YourFolder\x yz.bat");
Thanks
Biswajit
"amy" <AmyAngGo@hotmail.com> wrote in message
news:OlM1AR9WDHA.536@TK2MSFTNGP10.phx.gbl...> hi:
> I would like to know how to call a xyz.bat frile from ASP.net?
> Can it be done!
>
> Thanks
> amy
>
>
Biswajit Guest



Reply With Quote

