[Help] .exe file download or start with a .bat file

Discussion in 'Scripting' started by hasomaso, Sep 21, 2013.

  1. hasomaso

    hasomaso MDL Novice

    Aug 3, 2012
    28
    3
    0
    hello people,

    i would like to know, if that's possible .exe file with a .bat file download?

    it's simple thought but does not work?

    when i then input the .exe address in Browser any problems with download

    If that is possible, can you give me info and i would be eternally grateful




    thx
    hasomaso
     
  2. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,812
    19,002
    340
    Use wget with the script.
     
  3. hasomaso

    hasomaso MDL Novice

    Aug 3, 2012
    28
    3
    0
    hello Tito,

    i have testet with wget, but that does not work with the url
    I can not enter a url here in the forum, I have not needed topics
     
  4. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,062
    60
    #4 user_hidden, Sep 21, 2013
    Last edited by a moderator: Apr 20, 2017
    usage of wget:

    Code:
    WGET "http://whatever.com/filename.exe"
     
  5. hasomaso

    hasomaso MDL Novice

    Aug 3, 2012
    28
    3
    0
    @user_hidden,

    wget with my url not work?
    what am i doing wrong?
     
  6. hasomaso

    hasomaso MDL Novice

    Aug 3, 2012
    28
    3
    0
    #6 hasomaso, Sep 27, 2013
    Last edited: Sep 27, 2013
    (OP)
    hello experts,

    i would like to explain exactly what i want to do, my english is really bad but i try it anyway to explain


    1. i want to play a live stream with ffmpeg.exe on VLC player through .bat file + ffmpeg.exe
    2. this also works very well with these parameters with .bat file (see link) View attachment parameters.txt
    3. the problem is now, the ffmpeg.exe file is large 25Mb and this i do not want to run from the Hard Disk
    4. i would like to run the ffmpeg.exe file online, and therefore i would shorten the 25Mb in my Folder
    5. instead ffmpeg.exe i want to set up the direct url in my ffmpeg.exe parameters
    6. is that possible?
    7. and that is the direct download link from ffmpeg.exe View attachment direct_download_link.txt

    I would like to thank you for any help and i would be forever thankful...



    thx
    hasomaso
     
  7. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    probably won't work with rapidshare and that weird cookie url. Find a better more direct HTTP source.

    FYI, it will still take up 25MB of space on your HDD if you download it, so kinda pointless, unless you mean you are downloading it to a RAM drive.