View Single Post
  #27  
Old 04-27-2011, 12:42 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: How to download/record/capture esvp:// stream


Quote:
Originally Posted by daflip View Post
im not complaining but this will speed up and void typos from pasting url link hehe.....also i did follow command line and it return invalid command..

i it hink there was a problem with a spacing so i had to rename dumper to 1.exe and it work just fine..

such as this..

==========================================
C:\Users\USER\Desktop\45\EdgeStream Dumper>cmd
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\USER\Desktop\45\EdgeStream Dumper>EdgeStream Dumper.exe
'EdgeStream' is not recognized as an internal or external command,
operable program or batch file.
This is normal windows behavior. if any command or argument contain spaces then you must enclose it with in quotes like
Code:
"EdgeStream Dumper.exe"
Quote:
Originally Posted by daflip View Post
thank you! i hope u can make a gui of this so u can just paste the esvp link and click next to start dumping
but thats just my wish hhhehe
I just made a standalone gui app which calls "EdgeStream Dumper" with provided parameters. put it in same folder as "EdgeStream Dumper.exe".


Download link:
Code:
http://www.mediafire.com/file/0dqq666vze5018u/ES%20GUI.exe
test it and provide feedback.
Reply With Quote