# Commands not escaped on Windows

**URL:** https://drone.discourse.group/t/commands-not-escaped-on-windows/9168
**Category:** Drone Support
**Created:** [October 5, 2021, 6:31pm UTC](https://drone.discourse.group/t/commands-not-escaped-on-windows/9168 "2021-10-05T18:31:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![victorshx](https://yyz1.discourse-cdn.com/flex003/user_avatar/drone.discourse.group/victorshx/32/6585_2.png) [@victorshx](https://drone.discourse.group/u/victorshx)
#### Post date: [October 5, 2021, 6:31pm UTC](https://drone.discourse.group/t/commands-not-escaped-on-windows/9168/1 "2021-10-05T18:31:32Z")

</div>

There are not enough examples of drone exec runner config for Windows, I have trouble trying to get it to work.

![image](https://canada1.discourse-cdn.com/flex003/uploads/testdrone/original/2X/a/ab79a5066dd0d17b8383d0a2736cbbc7fad580f2.png)

```yaml
  commands:
  - cd WraithOverlay
  - $MSBUILD WraithOverlay.sln -t:restore -p:RestorePackagesConfig=true
  - $MSBUILD WraithOverlay.sln -property:Configuration=Release
  - robocopy bin\Release\Publish bin\Release

```

Thanks.

---

<div class="post-metadata">

### Author: ![victorshx](https://yyz1.discourse-cdn.com/flex003/user_avatar/drone.discourse.group/victorshx/32/6585_2.png) [@victorshx](https://drone.discourse.group/u/victorshx)
#### Post date: [October 8, 2021, 4:30pm UTC](https://drone.discourse.group/t/commands-not-escaped-on-windows/9168/2 "2021-10-08T16:30:11Z")

</div>

@bradrydzewski The documentation is not clear. Would you mind replying to this?
