Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @echo off
  2. setlocal enableDelayedExpansion
  3.  
  4. :: Define CR to contain a carriage return (0x0D)
  5. for /f %%A in ('copy /Z "%~dpf0" nul') do set "CR=%%A"
  6.  
  7. <nul set/p"=[*............]!CR!"
  8. pause >nul
  9. <nul set/p"=[**...........]!CR!"
  10. pause >nul
  11. <nul set/p"=[***..........]!CR!"
  12. pause >nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement