Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: TIME  (Read 2297 times)

0 Members and 1 Guest are viewing this topic.

lordoftheplat

    Topic Starter


    Hopeful

  • teh god.
  • Thanked: 1
    TIME
    « on: March 12, 2007, 08:10:38 AM »
    so i was wondering is there a way to load time like infinite times like :

    @echo off
    :1
    color f1
    cls
    echo %time%
    goto:1

    but if i want to run it wif other commands it wont work cause it wil just keep going to :1 thats the problem i want it both to run the time and run the program AT THE SAME TIMEEEEE HELPPP
    zepperblood.deviantart.com

    Carbon Dudeoxide

    • Global Moderator

    • Mastermind
    • Thanked: 169
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Experience: Guru
    • OS: Mac OS
    Re: TIME
    « Reply #1 on: March 12, 2007, 06:28:39 PM »
    I don't think thats possible.....because it will keep looping to the beginning and even if you can type something, you wont be able to because its too fast.