Difference between revisions of "CRTDEVOPT"

From MidrangeWiki
Jump to: navigation, search
m (+cat Category:Virtual Optical)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Command to create a new optical device.
+
Command to create a new optical device. [http://wiki.midrange.com/index.php/Image_Catalog]
{{stub}}
+
 
 +
You can use the the following command to create a virtual optical device.
 +
 
 +
    CRTDEVOPT DEVD(virtual-device-name) RSRCNAME(*VRT)+
 +
    ONLINE(*YES) TEXT(text-description)
 +
 
 
==Categories==
 
==Categories==
 
[[Category:Virtual Optical]]
 
[[Category:Virtual Optical]]
 
[[Category:Commands]]
 
[[Category:Commands]]

Latest revision as of 19:40, 16 September 2011

Command to create a new optical device. [1]

You can use the the following command to create a virtual optical device.

    CRTDEVOPT DEVD(virtual-device-name) RSRCNAME(*VRT)+
    ONLINE(*YES) TEXT(text-description)

Categories