Guest User

Untitled

a guest
Jan 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. cls
  2. @echo off
  3. ::# Get IP Address
  4. for /f "skip=1 tokens=2 delims=[]" %%* in (
  5. 'ping.exe -n 1 %Computername%') Do (set "IP=%%*" & goto:dh)
  6. :dh
  7. Set "logfile=Dhananjay_Baraik.log"
  8. >>"%logfile%" (
  9. echo/***This file has been created by IP teller ***
  10. echo/YOUR IP IS: %IP%
  11. echo/***ßy Ðhánánjay ßaraik***)
Add Comment
Please, Sign In to add comment