I have two files in the same folder that I\'d like to run. One is a .txt file, and the other is the program shortcut to an .exe. I\'d like to make
.txt
.exe
Try using:
@ECHO off ECHO Hello World! START /MAX D:\SA\pro\hello.txt