Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
Lista Forumurilor Pe Tematici
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login

POZE MRRRR'S FORUM (VIEW ONLY)

Nu sunteti logat.
Nou pe simpatie:
Profil andreea_bianca24
Femeie
24 ani
Mures
cauta Barbat
24 - 58 ani
Mrrrr's Forum (VIEW ONLY) / Tutoriale si Ghiduri Utile // Tutorials and useful guides / [INTERNET] Download Batch Images with PowerShell Moderat de TRaP, TonyTzu
Autor
Mesaj Pagini: 1
TRaP
Moderator

Inregistrat: acum 7 ani
Postari: 863
Open PowerShell (as normal user, not admin is ok) and paste the following snippet, after all the text in this color is modified as per your specific requirements:

$base="https://example.com/images/photo"
$ext=".jpg"
1..20 | ForEach-Object {
    $url="$base$_$ext"
    $out="C:\Users\YourName\Downloads\photo$_.jpg"
    Invoke-WebRequest $url -OutFile $out
}

You can, of course, choose a different path instead of the Downloads folder.

Source: ChatGPT


pus acum 10 zile
   
Pagini: 1  

Mergi la