Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EXECUTING CD BURNING .

Former Member
0 Likes
320

I WANT TO CREATE AN APPLICATION THAT BY PUSHING A BUTTON START BURNING A CD - NOW I RUN A BATCH FILE THAT COPY FILES TO FLOPY, IS THERE A WAY ?

THANKS .

1 REPLY 1
Read only

Former Member
0 Likes
290

Is it a client requirement or you are trying to explore just for fun?????????????

Anyway, check method cl_gui_frontend_services=>execute. It can be used to execute any application on presentation server. You can create a batch file for the same and execute it. Otherwise, you can directly call any application which does the same.