scalac D:\temp\main.scala
works
scalac "D:\Programming\Java works\my project\main.scala"
returns this error:
works\my was unexpected at this time
I think the problem is caused by spaces in path. How can I resolve this problem (I would not remove spaces in path)?
Scala 2.11.6 (last version) on Windows 7 x64