Advertisement
TheStarGuy

new tools

Mar 29th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.17 KB | None | 0 0
  1. @echo off
  2. title web site info to text file
  3. echo this made by roni
  4. set /p url=what the url to plng:
  5. ping %url% > info.log
  6. cls
  7. pause >nul
  8. echo project roni
  9. pause >nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement