Visual ESD Link Generator

Discussion in 'MDL Projects and Applications' started by Krutonium, Jun 9, 2015.

  1. Superfly

    Superfly MDL Expert

    Joined:
    Jan 12, 2010
    Messages:
    1,143
    Likes Received:
    543
    Trophy Points:
    60
    #21 Superfly, Jun 10, 2015
    Last edited by a moderator: Apr 20, 2017
    Good.... BTW if case is an issue it's safer to use:

    Code:
            
    Dim Split() As String = Regex.Split(OutPut, delimiter, RegexOptions.IgnoreCase)
    
    If Regex.IsMatch(item, "esd", RegexOptions.IgnoreCase) Then
    
     
  2. Fowler

    Fowler MDL Junior Member

    Joined:
    Apr 1, 2013
    Messages:
    97
    Likes Received:
    74
    Trophy Points:
    0
    #22 Fowler, Jun 11, 2015
    Last edited: Jun 11, 2015
    Capture4.PNG Capture3.PNG
    This is why? :confused:
    (ESD Download Link Extractor 1.0.3)

    Update: Need to change the system date format.
     
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
  4. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    NOTE : fix the window she was reduced :p
     
  5. Superfly

    Superfly MDL Expert

    Joined:
    Jan 12, 2010
    Messages:
    1,143
    Likes Received:
    543
    Trophy Points:
    60
    #25 Superfly, Jun 11, 2015
    Last edited by a moderator: Apr 20, 2017
    Silent powershell with cmd:

    Code:
    rem Run as admin
    
    set TEMPDIR=C:\Temp\
    rmdir %TEMPDIR%
    mkdir %TEMPDIR%
    echo Set shell = CreateObject("WScript.Shell") >>%TEMPDIR%_PS1.vbs
    echo CMD = "PowerShell.exe -ExecutionPolicy Bypass Get-BitsTransfer -AllUsers | Select -ExpandProperty 
    
    FileList | Select -ExpandProperty RemoteName | Select-String -Pattern '.cab'>>$env:userprofile\desktop
    
    \ESD-url.txt" >> %TEMPDIR%_PS1.vbs
    echo shell.Run CMD,0 >> %TEMPDIR%_PS1.vbs
    cscript %TEMPDIR%_PS1.vbs
    DEL %TEMPDIR% /Q
    Xinso, do you have real examples of which lines you want to change to what?...and I'll have a look.
     
  6. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #26 xinso, Jun 11, 2015
    Last edited by a moderator: Apr 20, 2017
    No. I do not have a script but your command line. It is OK, Superfly. I am extreamly grateful to you.
     
  7. Krutonium

    Krutonium MDL Senior Member

    Joined:
    Aug 27, 2013
    Messages:
    409
    Likes Received:
    285
    Trophy Points:
    10
  8. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
  9. Tabassum

    Tabassum MDL Member

    Joined:
    Jun 7, 2011
    Messages:
    236
    Likes Received:
    19
    Trophy Points:
    10
    can i share ESD-Download-Link-Generator internet????? with proper credit give's :confused:
     
  10. Krutonium

    Krutonium MDL Senior Member

    Joined:
    Aug 27, 2013
    Messages:
    409
    Likes Received:
    285
    Trophy Points:
    10
    Sure, but give it some time for me to finish sorting all the bugs.
     
  11. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #31 xinso, Jun 11, 2015
    Last edited by a moderator: Apr 20, 2017
  12. orlaf

    orlaf MDL Addicted

    Joined:
    Jan 22, 2015
    Messages:
    836
    Likes Received:
    170
    Trophy Points:
    30
    Someone can stick and rename this thread to Visual ESD Link Generator?
     
  13. Krutonium

    Krutonium MDL Senior Member

    Joined:
    Aug 27, 2013
    Messages:
    409
    Likes Received:
    285
    Trophy Points:
    10
    #33 Krutonium, Jun 11, 2015
    Last edited: Jun 11, 2015
    (OP)
    I can rename, but not sticky. I'm sure whomever stickies it can do both :p

    Edit: Then again, apparently not.
     
  14. Tito

    Tito Super Mod / Adviser Staff Member

    Joined:
    Nov 30, 2009
    Messages:
    17,888
    Likes Received:
    16,542
    Trophy Points:
    340
    Stickied & moved to MDL Projects & Applications.
     
  15. TeamOS

    TeamOS MDL Guru

    Joined:
    May 27, 2013
    Messages:
    3,046
    Likes Received:
    1,739
    Trophy Points:
    120
    its great tool :D lets hope we work that tool for more than 2-3 builds ;) ...xD
     
  16. apologized

    apologized MDL Addicted

    Joined:
    Nov 29, 2012
    Messages:
    874
    Likes Received:
    506
    Trophy Points:
    30
    thanks for the update
    keep updating ;)
     
  17. Krutonium

    Krutonium MDL Senior Member

    Joined:
    Aug 27, 2013
    Messages:
    409
    Likes Received:
    285
    Trophy Points:
    10
    My Dev machine is currently upgrading to 10135 so once that is done, I'll continue work.
     
  18. dhjohns

    dhjohns MDL Guru

    Joined:
    Sep 5, 2013
    Messages:
    3,275
    Likes Received:
    1,735
    Trophy Points:
    120
    Why don't you have it generate a working link to an ESD that has not been released, yet? Like builds greater than 10135?
     
  19. Krutonium

    Krutonium MDL Senior Member

    Joined:
    Aug 27, 2013
    Messages:
    409
    Likes Received:
    285
    Trophy Points:
    10
    Microsoft has to release it, because if they don't then it isn't on Windows Update... Where the download has to come from.
     
  20. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    #40 Chibi ANUBIS, Jun 12, 2015
    Last edited by a moderator: Apr 20, 2017
    Change C:\ by %systemdrive% is more safe :)