View Single Post
  #8  
Old 06-23-2012, 12:34 AM
ludw ludw is offline
Registered User
 
Join Date: Dec 2006
Location: France
Posts: 86
Re: OSD => Save current WP into .mi file

You should try the following:
Code:
(sd-call-cmds 
  (MI_OUT 
    :overwrite "c:/Temp/wp.mi"
    :select "/w1"
    )
  )
It works for me (18.1 release)
Reply With Quote