‎2010 Dec 27 6:29 PM
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 .
‎2010 Dec 28 6:19 AM
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.