Jump to content

shell_exec() prog prob


nadeemshafi9

Recommended Posts

hi all

i hav aprob running a programm i downloaded.

[code]<?php
$cmd = "soxmix tmp/audio1.wma tmp/audio2.wma tmp/final.wma";
shell_exec($cmd);
?>[/code]

pretend u wanted to execute the above code, you just downloaded the soxmix software its an exe, where would you place the software. i would have thoght system32 or somthing, can somone please give me a hand.

thanx
Link to comment
https://forums.phpfreaks.com/topic/19623-shell_exec-prog-prob/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.