Jump to content

AwesomeKing

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About AwesomeKing

Profile Information

  • OS
    Windows 8 x64

AwesomeKing's Achievements

0

Reputation

  1. Here is a code i made that can countdown from any number. @echo off@title Freedom@color 0bset /a b=%a%-1echo CountDown Time?set /p a=:loopclsset /a a=%a%-1echo %a%ping -n 2 127.0.0.1>nulgoto loopThis one closes after it runs out @echo off@title Freedom@color 0bset /a b=%a%-1echo CountDown Time?set /p a=:loopclsset /a a=%a%-1echo %a%ping -n 2 127.0.0.1>nulif %a%==0 goto finishgoto loop:finishecho Complete. Now Exiting...pause>nulexit
×
×
  • Create New...