Hi everybody,
Today i got lfs relax and i am tring to make a batch file to run them at the same time. this is what i have so far in the file.
@echo off
echo starting lfs and lfsrelax
pause
start "C:\Program Files\LFS\LFS.exe"
When i start it without the "s it says, "Windows cannot find 'C:\Program'. Make sure you typed the name correctly, and then try again.". Also when i start the .bat file with the "s, it sends me to another comand prompt window and it says some stuff about the system.
I have no idea what im doing wrong so can smebody please help me?
Today i got lfs relax and i am tring to make a batch file to run them at the same time. this is what i have so far in the file.
@echo off
echo starting lfs and lfsrelax
pause
start "C:\Program Files\LFS\LFS.exe"
When i start it without the "s it says, "Windows cannot find 'C:\Program'. Make sure you typed the name correctly, and then try again.". Also when i start the .bat file with the "s, it sends me to another comand prompt window and it says some stuff about the system.
I have no idea what im doing wrong so can smebody please help me?