CALL "C$DESKTOP" USING opCode                          parameters                  GIVING returnCode  | 
opCode   | It is the function to be executed. Valid values, defined in isgui.def, are:  | |
Browse for a resource  | ||
Edit a file with the associated application  | ||
Open the email client  | ||
Open a file with the associated application  | ||
Print a file with the associated application  | ||
parameters   | Parameters depend on the opcode.  | |
call "c$desktop" using cdesktop-print "C:\Temp\print_001.pdf".  |