PDA

View Full Version : Can someone make a very simple Executable for me?


slowjett
06-03-2008, 10:46 AM
Im looking for an executable that would run the cammand lines in a given txt file. Run them in order of their listing.

Basically I want to replace the voicedial exe in my wizard with this one and it will activate the audio over BT program and then Voice command.
Is this plausible?

Thanks!
Josh

cduijker
06-03-2008, 11:44 AM
you can use mortscript for that

slowjett
06-03-2008, 12:20 PM
you can use mortscript for that


How do I go about doing this with mortscript? Does mortscript actually produce an executable that runs the script you make? Sorry Im a bit clueless about it.

gthing
06-03-2008, 12:25 PM
mortscript creates scripts which will run just like executables on your phone.

Check the mortscript manual for the exact function you want, but if it is simply running programs you might try (as an example):

Run( "\Windows\StartMenu\Messages.lnk" )

It is quite versatile.

PDF Manual:
http://www.sto-helit.de/downloads/mortscript/MortScript-Manual.pdf

More info/download:
http://www.sto-helit.de/index.php?module=page&entry=ms_overview&action=view&menu=29