Create a web based application to create an interface beween PACS and PRIMERA device for CD and DVD burning

448 Views Asked by At

Respected All,

i have to Create a web based application to create an interface between PACS and PRIMERA device for CD and DVD burning.

How can i interact with my Cd Burning device through my Web application.

1

There are 1 best solutions below

2
Aristos On BEST ANSWER

I hope that you talk You can use the sell command, or the process start, to send commands from asp.net to your server computer.

For the Process Start: http://msdn.microsoft.com/en-us/library/system.diagnostics.process.start.aspx

One more example how to Interactive command shell from asp.net

http://www.codeproject.com/Articles/18773/Run-Interactive-Command-Shell-or-Batch-Files-From