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 |
|
|
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 |
|