computing
  • 3

Edit Autoexec.bat In Windows 8.1

  • 3

I am doing my project in jsp and iam using apache tomcat.for its proper working i need to modify the autoexec.bat file.I need the location of the autoexec.bat file and also the way to modify it.

Share

1 Answer

  1. @saidata: There is no autoexec.bat file in a Windows 8 system. What do you need to do? Run a script on startup? You can do that by running GPEDIT.MSC on a command line and then open Local Computer Policy>Computer Configuration>Windows Settings>Scripts. Then, double-click on the Startup icon in the right-hand window and follow the prompts. Go here for a more in-depth explanation and some links:
    http://stackoverflow.com/questions/…
    • 0