‎2021 Dec 23 3:04 PM
Hi,
we have SAP installed on Linux, I want to create directory in SM69 command os mkdir on a file server with a space in the name like
/shared/my directory/my secondary
I tryed with '' like '/shared/my directory/my secondary', that doesn't work
I tryed with an escape like /shared/my\ directory/my\ secondary, that doesn't work
and '/shared/my\ directory/my\ secondary', that doesn't work.
Can someone help me, please?
Kind Regards
‎2021 Dec 23 7:58 PM
It's explained in the note 1152084 - Parameter for external commands :
'%/shared/my directory/my secondary%'
‎2021 Dec 23 7:58 PM
It's explained in the note 1152084 - Parameter for external commands :
'%/shared/my directory/my secondary%'