computing
  • 0

Auto Run Program

  • 0

I have a bare install of Dos 6.22 on a dedicated PC. It will be used only for one program to run in dos. Can I setup Dos to run this program from startup like autorun? I don’t want to do anything but push the power button.

Share

1 Answer

  1. Youi’d have to specify the path to the command statement unless there was a PATH statement in a previous line in autoexec.bat.

    So if, for example, it was in a directory named 123 the line in autoexec.bat would be:

    c:\123\123.exe

    If it was in a subdirectory within 123 named, for example, sub, the line would be:

    c:\123\sub\123.exe

    and so on.

    You’re not really green until you’re soylent green.

    • 0