The call command runs a program called m4dc.cmd
The actual code is.
call c:muller\mucam\ cam_cli\m4dc.cm d C:\MULLER\MUCAM \conver\%1.ep
How can I run this call cammand in a C# form application?
The call comand calls the m4dc.cmd program and I think points to the address C:\MULLER|MUCAM |convert\%1.ep
and waits until the the new upt file has been created
It takes the ep file stored at the above location and converts the ep file to a upt file.
I hope you can help with this.
Thanks
Bruce
The actual code is.
call c:muller\mucam\ cam_cli\m4dc.cm d C:\MULLER\MUCAM \conver\%1.ep
How can I run this call cammand in a C# form application?
The call comand calls the m4dc.cmd program and I think points to the address C:\MULLER|MUCAM |convert\%1.ep
and waits until the the new upt file has been created
It takes the ep file stored at the above location and converts the ep file to a upt file.
I hope you can help with this.
Thanks
Bruce
Comment