PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Commandline parameters?



DuneAgent
30.10.2004, 17:46
Hi,

I want to use an other editor for making my programs for Robby.

Does anybody know if there are commandline parameters for the development program (CCEW32?.EXE) to compile and upload to Robby?

Happy programming O:)

DuneAgent
03.11.2004, 22:12
In German with BableFish:

Hallo,

Ich möchte einen anderen editor für meiner Programme für Robby benutzen.
Weiß jemand, wenn es commandline Parameter für das zu Robby zu kompilieren und zu hochladen Entwicklungsprogramm (CCEW32?.EXE) gibt?

Glückliche Programmierung :shock:

thille
04.11.2004, 06:42
You can edit with all other editors, who can save as pure text. You must save as *.bas. This programs can You open with ccew32.

Soory for my bad english.

Greetings

Torsten

DuneAgent
04.11.2004, 20:45
Thanks for the reply Torsten,

I understand German, but do not know how to write it properly :-s
so it's ok to answer in German.

What I do now is the same as what you say, but was wondering if it is possible to automate it (that thing what computers are made for)

So still wondering if it's possible :-k

Greetings,
Mark

thille
05.11.2004, 06:53
Download

http://ccintern.dharlos.de/doside.zip

That is the further developed DOS IDE. It contains an integrated assembler, compiler and a terminal program.

These can be called also as command line programs:

CCBAS <dateiname.bas>
CCDL <dateiname.dat> <comnummer>
MINITERM <comnummer>

With it should go transferring the programs automatically on Robby or C-control.

Greeting

Torsten

DuneAgent
05.11.2004, 22:56
Thanks Torsten,

That was exactly what is was searching for :)

Compiling goes great, but uploading does not work in WinXP :(

Thanks,
Mark