View Single Post
  #22  
Old 09-20-2014, 01:29 AM
alsersawy alsersawy is offline
Senior Member
 
Join Date: Jul 2014
Posts: 128
alsersawy is on a distinguished road
Default

Re: @ ksv another new clone need rtmpdump support ,plez help


Quote:
Originally Posted by troller12 View Post
@ alsersawy

Use CMD and then enter the command.Just copy your CMD.exe and the getsendcommand.exe in same folder then start CMD and enter the commandline exsample...
Code:
getsendcommand.exe http://www.xarabia.tv/static/scripts/eplayer.swf
...and now you get the results for the K parameter if used.

So you could also create a small bat file where you just enter the path to the getsendcommand.exe (if you don't copy it into your system32 folder) + swf link + pause command.So the bat would look so.
Code:
C:\YOUR_PATH\getsendcommand.exe http://www.xarabia.tv/static/scripts/eplayer.swf
pause
So the best for you is it just to copy the file into system32 folder then you don't need to use any path anymore like this below...

123.bat
Code:
getsendcommand.exe http://www.xarabia.tv/static/scripts/eplayer.swf
pause
@ denobis

Do you mean we have to copy the swf link into the text file etc?Don't work so far.Maybe you can explain this a little more simple.Thanks

greetz
thank you very much
Reply With Quote