through cmd, it is possible to compile csound files :
cd [directory]
> csound filename.orc filename.sco
The .csd is unified file (.orc+.sco) with tags.
- [CsoundSynthesizer]
- [CsOptions]
Options here
[/CsOptions] - [CsInstruments]
The .orc file
[/CsInstruments] - [CsScore]
The .sco file
[/CsScore]


