WowWhoaWeeWa
Technical User
Hi Everyone,
I have a box that will be used for digital signage. The location where the box will be installed will not have any office staff. It's like a stand alone kiosk where viewers of the digital signage check times for a departure. I need to set up this box so that no user intervention is required should there be a power failure. In the event of the power failure, I need CHKDSK to run. Typically, CHKDSK asks two questions about allowing the CHKDSK process to begin at next reboot. I need to automate this.
I know that using "echo Y>file.xxx" will store keystrokes. I know that I need to use some kind of "for/do" statement with "chkdsk%%f /f<file.xxx" but i can't seem to have the PC execute it correctly. I think the issue remains with my commands.
Additionally, I need to disable the option to enter repair mode should the power fail during a boot up.
Any help would be greatly appreciated!
Howard
I have a box that will be used for digital signage. The location where the box will be installed will not have any office staff. It's like a stand alone kiosk where viewers of the digital signage check times for a departure. I need to set up this box so that no user intervention is required should there be a power failure. In the event of the power failure, I need CHKDSK to run. Typically, CHKDSK asks two questions about allowing the CHKDSK process to begin at next reboot. I need to automate this.
I know that using "echo Y>file.xxx" will store keystrokes. I know that I need to use some kind of "for/do" statement with "chkdsk%%f /f<file.xxx" but i can't seem to have the PC execute it correctly. I think the issue remains with my commands.
Additionally, I need to disable the option to enter repair mode should the power fail during a boot up.
Any help would be greatly appreciated!
Howard