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

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
joroek
Posts: 2
Joined: Mon Nov 29, 2004 6:05 pm

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

Post 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
joroek
Posts: 2
Joined: Mon Nov 29, 2004 6:05 pm

Post 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 ;-)
//John
charles
Posts: 20
Joined: Mon Dec 27, 2004 5:11 pm
Contact:

Batch File Comments

Post by charles »

"REM" should be marking comments
"@" indicates special commands, such as "@ echo off\nCLS"
bveldkamp

Post 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".
Post Reply