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.
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