Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

run a DOS command in XP through flash

Status
Not open for further replies.

2cxc

Programmer
Aug 29, 2003
245
CA
I would like to run a dos command from a flash projector file, any ideas how to run the command tracert ipAddress where ip is a variable assigned through a text field.
 
Yeah youre going to need something server side to execute that. You need Cold fusion or PHP for that.
 
Server side code won't do you any good in a projector file if the computer running the movie does not have an internet connection.

Wow JT that almost looked like you knew what you were doing!
 
the computer has internet, and do i really need some server side scripting? On the main stage of the projector file (.exe) I would have a input text box and a submit button, the ip entered would instigate on my winXP the dos prompt/tracert ip_from_field.

I was reading and there is not much on this subject that i can find. I did find out that MX need to have a fscommand folder in the directory where the ms-prompt command exists, and also that the fscommand in mx need to instigate the _defauld.bat (or bat files in general) for this to happen. also read that flash 5.exe file can do this from the desktop location and that i can include the directory location from the desktop as such c:/blah/blah

I'm interested in the flash5 ability and have tried it unsucessfully. I'm also using flashMX and saving the exe as flash 5, although don't know if it actually publishes the exe as version 6.

I really would like to accomplish this task, please help.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top