Visual ESD Link Generator

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

  1. Superfly

    Superfly MDL Expert

    Jan 12, 2010
    1,143
    543
    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
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Fowler

    Fowler MDL Member

    Apr 1, 2013
    117
    97
    10
    #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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    xinso I like your idea :clap:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    NOTE : fix the window she was reduced :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Superfly

    Superfly MDL Expert

    Jan 12, 2010
    1,143
    543
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,694
    13,692
    340
    #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

    Aug 27, 2013
    409
    285
    10
  8. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Nice update :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Tabassum

    Tabassum MDL Member

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

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    Sure, but give it some time for me to finish sorting all the bugs.
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,694
    13,692
    340
    #31 xinso, Jun 11, 2015
    Last edited by a moderator: Apr 20, 2017
  12. orlaf

    orlaf MDL Addicted

    Jan 22, 2015
    836
    170
    30
    Someone can stick and rename this thread to Visual ESD Link Generator?
     
  13. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    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

    Nov 30, 2009
    18,681
    18,589
    340
    Stickied & moved to MDL Projects & Applications.
     
  15. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    its great tool :D lets hope we work that tool for more than 2-3 builds ;) ...xD
     
  16. apologized

    apologized MDL Addicted

    Nov 29, 2012
    874
    507
    30
    thanks for the update
    keep updating ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    My Dev machine is currently upgrading to 10135 so once that is done, I'll continue work.
     
  18. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    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?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    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

    Apr 28, 2014
    1,237
    911
    60
    #40 Chibi ANUBIS, Jun 12, 2015
    Last edited by a moderator: Apr 20, 2017
    Change C:\ by %systemdrive% is more safe :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...