• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

/autotest .bat Question

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Flameethrower

Member
Joined
Feb 19, 2009
Location
Michigan
I made a batch file into exe using iexpress. But when opened it asks for user prompt yes or no. I dont want the prompt.

Anyone know the line to format without prompt.

I got this format c:/autotest but will this work in a .bat file or is it strictly cmd based

or do i need to add it like this.


@echo off echo y|format /c: /autotest
 
Back