About 339,000 results
Open links in new tab
  1. batch file - Why and How is Autoexec.bat replaced in later …

    Dec 11, 2019 · I was reading about architecture of MS-DOS and came across files like Autoexec.bat and config.sys. Autoexec.bat a batch (.bat) file, which contained commands that …

  2. boot - Run a script on start up on Windows 10 - Super User

    Learn how to run a script automatically on startup in Windows 10 with step-by-step instructions and tips.

  3. Run Windows batch files at startup or when any user logs on

    Sep 4, 2013 · Windows has a file called Autoexec.bat that allows you to run several commands after a user logs in. As for the permission, it is possible you placed the application on a place …

  4. Automate opening of DOS program under DOSBox / Windows 7

    Jun 10, 2012 · In original DOS based operating systems a file called AUTOEXEC.BAT contained any commands that the user wanted executed every time the computer booted up. This …

  5. Windows shortcut that runs through DosBox - Super User

    Is there a way to make a Windows shortcut that will run a dos program through DosBox automatically, without the need to open DosBox mount a drive etc' manually? So opening the …

  6. How to install FreeDOS onto a USB flash drive? - Super User

    Dec 30, 2018 · The FreeDOS project offers a number of downloads, but all of these contain an installer that tries to install FreeDOS from an installation media onto the hard disk. Selecting …

  7. How to get batch script to automatically run on startup?

    Aug 21, 2020 · In the Task Scheduler, I've got a batch script set up to run automatically at system startup. The issue is that the batch script does not run automatically at system startup. But if I …

  8. windows 10 - bat file in win 10 startup folder - Super User

    Jul 7, 2020 · Some further reading: [√] CD [√] Set [√] CMD /? [√] For Loop [√] For /F Loop [√] Conditional Execution || && ... [√] Understanding start, 2>nul, cmd ...

  9. windows - run exe from command prompt - Super User

    How do I run a .exe file from the command prompt? For example, if the .exe file is located at C:\\file.exe, how do I run this file when the prompt is currently in another location like D:\\?

  10. ms dos - DOS6.22 load config.sys manually - Super User

    Nov 27, 2017 · Is there a way to load config.sys manually after DOS is already booted? Autoexec.bat can be run any time that is no problem.