Open
Description
Problem to Solve
For now the documentation on vaticle.com does not include how to load a schema in windows
Current Workaround
use the following
option 1.
typedb console --command="transaction [name] schema write" --command="source [path without spaces]" --command="commit"
option 2.
transaction [name] schema write
Source [path without spaces with double backslashes or forward slashes]
Proposed Solution
add this to the documentation