Advertisement
Guest User

neocities code dump

a guest
Apr 7th, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.41 KB | Spirit | 0 0
  1. @echo off
  2. :: testing batch file usage as i'm working on a yt to mp3 bat program. let me know if there are any bugs. this file will simply make a new directory download an api of crab images
  3.  
  4. echo downloading the crab
  5. powershell -Command "Invoke-WebRequest https://media.discordapp.net/attachments/674703125562785798/1085311307223420969/image.png?width=810&height=588 -Outfile crab1.png "
  6. echo "done"
  7. clspause
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement