Command to create a pre-launch folder in OSD
I want to create a folder in userprofile at pre-launch. I have tried HREF and SCRIPTBODY method, but its not working.
Please help me with the command.
path - %userprofile%\<test folder>.
I tried creating a batch file and placing it on a server and then running like this :
SCRIPT EVENT="LAUNCH" PROTECT="TRUE" TIMING="PRE" WAIT="TRUE">
<HREF>\\<server name>\content\<application folder>\Create_Fold.cmd</HREF>
</SCRIPT>
</DEPENDENCY>
Thanks!!
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question