The instructions in BuildSamplesWindows.md about copying samples folder is missing switches
current:
xcopy C:\openenclave\share\openenclave\samples C:\mysample
proposed:
xcopy /s/y/f C:\openenclave\share\openenclave\samples C:\mysample\
why the backslash at the end of c:\mysample\ that tells xcopy this is a directory and it will not prompt.
The instructions in BuildSamplesWindows.md about copying samples folder is missing switches
current:
xcopy C:\openenclave\share\openenclave\samples C:\mysampleproposed:
xcopy /s/y/f C:\openenclave\share\openenclave\samples C:\mysample\why the backslash at the end of
c:\mysample\that tells xcopy this is a directory and it will not prompt.