running commands with remotely with Telnet

i have a box here that can only be accessed with telnet. now, i was wondering if anyone know of a way of which i can run a command on that box remotely.

I don't get very well your question... If you are logged using telnet protocol on that machine... every command that you will shoot will be run on that machine. If you are talking about running these command without beeing logged, then look at the nohup command or use cron.

ssh/rsh
]