0

I am writing batch script to automate the product testing. After product finished installation, I need to force computer NOT to restart. Is there any way to do that with batch script? Thank for reading

Liverpool
  • 131
  • 7
  • 12

1 Answers1

0

Try shutdown -a. It will abort the shutdown process.

Pradeep Pati
  • 5,779
  • 3
  • 29
  • 43