Batch


SUBMITTED BY: Guest

DATE: Dec. 3, 2013, 2:23 p.m.

FORMAT: Bash

SIZE: 61 Bytes

HITS: 740

  1. @echo off
  2. :3
  3. set /p text=Text:
  4. echo %text%
  5. goto 3

comments powered by Disqus