If you need help, try to find the answer through the following path: `Help` in the console ⇒ [Red by Example](https://www.red-by-example.org/) ⇒ [Official Red Docs](https://github.com/red/docs/blob/master/en/SUMMARY.adoc) ⇒ [Rebol Core Manual](http://www.rebol.com/docs/core23/rebolcore.html ⇒ [Red Wiki](https://github.com/red/red/wiki ⇒ Net search "redlang + your-question" ⇒ Ask us, we are here to help!
Hi, this is part of my code, but whatever I do, I can't compile it with the red flag -r. Can anyone help me please?
Red [needs: view]
#include %./environment/console/CLI/input.red
tar: #include-binary %tar.exe
data: split-path request-dir
cdd: to-local-file what-dir
write to-red-file rejoin [data/1{tar.exe}] tar
change-dir data/1
call/wait rejoin [{tar -cf "}replace/all cdd "\" "/" {test" }data/2 ]
delete to-red-file rejoin [data/1{tar.exe}]
change-dir to-red-file cdd
this is error message
Compiling c:\Users\username\Desktop\ams\tar.red ...
* Syntax Error: Missing #"]" character
in file: c:\Users\username\Desktop\ams\tar.red
line: 261
* at: ""
system/options/args
contains all the arguments from command line
print bitExtract 140 3 6
print bitExtract 140 3 4
test