Forum Discussion
RiscFree does support importing an existing project from command-line. Run RiscFree.exe -data <workspace path> from command-line to load the project(s) within the selected workspace.
- sittinhawk3 hours ago
New Contributor
That command does not seem to be working. It just shows the Ashling RiscFree IDE with a "There are no projects in your workspace" message.
My directory structure is: %CD%\sw_workspace and %CD%\sw_repo. sw_repo directory contains my source code, the .cproject, .project, .settings. sw_workspace directory is where I created a temporary workspace directory (contains .metadata). Within the sw_workspace directory, I type "RiscFree.exe -data %CD%\..\sw_repo" but it just comes up blank.
There are no spaces in the path or anything like that. I have also tried using an absolute path instead of relative.