Anyone good with Batch files?
If so I am having a small issue with a very basic batch file I wrote.
Basically all it does is startup a program named load.exe
This is exactly how it looks.
Now the issue I am having is that this program uses a jpg file which is in the same directory. It uses it as a graphic. Now when I run this batch file the program runs, but I get an error of "Can not load jpg" in an error mesaage, I can click Ok and the program continues to run, without the graphic. Normally to run this I double click it and it runs fine. Is there something that I am missing?
If so I am having a small issue with a very basic batch file I wrote.
Basically all it does is startup a program named load.exe
This is exactly how it looks.
Code:
PATH="C:\Display"
load.exe
Now the issue I am having is that this program uses a jpg file which is in the same directory. It uses it as a graphic. Now when I run this batch file the program runs, but I get an error of "Can not load jpg" in an error mesaage, I can click Ok and the program continues to run, without the graphic. Normally to run this I double click it and it runs fine. Is there something that I am missing?