N
nr
I'm trying to create a BAT file to run 3 programs and I can't get it
to work. Here's my current code:
@echo off
start "C:\Program Files\PhraseExpress\phrase.exe"
start "C:\Program Files\MemInfo\meminfo.exe"
start "E:\Software\ultra-cpu-monitor_eng\ultra-cpu-monitor.exe"
When run, I get a Command Prompt box, with the path/file name at the
top, with the command at the directory where the BAT file is, and the
programs do not open.
Any ideas how to get this to work? Thanks for any help.
to work. Here's my current code:
@echo off
start "C:\Program Files\PhraseExpress\phrase.exe"
start "C:\Program Files\MemInfo\meminfo.exe"
start "E:\Software\ultra-cpu-monitor_eng\ultra-cpu-monitor.exe"
When run, I get a Command Prompt box, with the path/file name at the
top, with the command at the directory where the BAT file is, and the
programs do not open.
Any ideas how to get this to work? Thanks for any help.