set batch file default input
Results 1 to 2 of 2

Thread: set batch file default input

  1. #1
    Join Date
    Dec 2000
    Posts
    2

    set batch file default input

    HELP!!!

    I need to make a batch file default every y/n input required by a command used to "y".

    Any ideas?????????

    Thanx

  2. #2
    Join Date
    May 2000
    Posts
    583
    Need to be more specific but could try...

    echo Y|program > nul

    or

    program < y.txt

    (need to create the input file y.txt)

    Some command line programs also accept the /Y option as well.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •