Page 1 of 1

How do I make TP go back to working doc after using tool

Posted: Mon Nov 29, 2004 7:44 pm
by joroek
Hi!
I have a made a batch file that compiles, preverify and run my midlets with specific parameters but when I use the tools, TP stays in the command results doc making it quite uneficient as I have to ctrl-tab back to my working doc. Anyone know how to get around this problem?

Someone might ask why I just don make a dos-command but then I get verry long and ugly tool-names wish I dont like... but if anyone know how to change the name of a tool that would solve my problem too...

Best regards,
John

Posted: Mon Nov 29, 2004 7:56 pm
by joroek
nm... I found out how to...
just add a @ before the batch command and the batch file wont echo the actual command...

thanx for you patience with a L337 n00b ;-)

Batch File Comments

Posted: Mon Dec 27, 2004 5:28 pm
by charles
"REM" should be marking comments
"@" indicates special commands, such as "@ echo off\nCLS"

Posted: Wed Dec 29, 2004 10:13 am
by bveldkamp
"@" indicates special commands, such as "@ echo off\nCLS"
What do you mean by "special commands"? AFAIK, in a (dos) batch file, @ simply means "don't echo the output of this command".