= {XMOve/MOVe} source target [/s] [/t] [/y[-]] [/r[-]] [/b]
                                [/L{-|M-}]

       /s   copy sub directory.(This is effective only when wild card
            source. If not,directory containing sub-directory is fully
            moved.)
            target is destination directory name.
            if you want rename simultaniously,specify also new-name.
       /y   replace if same name file already exist.
            stop copy with no /y if same name file already exist.
            time stamp is not copyed for the subdirectory with the same name.
       /y-  skip copy when same name file exist and continue process.
       /r   same as /y
       /r-  same as /y-
       /b   TSO file transfer without conversion.

#if defined(W32)||defined(UNX)
       /t   Text mode. for remote<-->local copy only.
            LF(0x0a)<-->CRLF(0x0d0a)conversion may occur.
       /L{-}|M-} : Symbolic Link option, for also Junction point and Mount point on NTFS drive of Windows
                   Effective only when inter drive move,else simply renamed.
            /L-   :bypass copy link entry
                   From Vista, copy(create new link entry) requirs Administrator privilege for symlink.
                   Open command prompt with administrator previlege.)
            /LM-  :no symbolic link err msg is issued.
#endif

#ifdef UNX
#else
     (note)-additional to OS/2 MOVE cmd is support for inter-drive
            movement(XCOPY and DEL).
           -additional to DOS MOVE cmd is support for inter-directory
            file and directory movement(XCOPY and DEL).
#endif
           -MOVe command on the BROWSE/EDIT panel is of Edit Command.