Jump to content

Recommended Posts

Posted

I'm trying to start IL-2 with a batch file and can't seem to get it to launch.  This is for the Non-Steam version of the game.

 

Can someone help?

 

Here is what I have so far:

 

CD\
E:
Start E:\IL-2 Sturmovik Great Battles\bin\game\Il-2.exe

 

Thanks in advance.

Posted (edited)

Hi,

 

the correct string is as follows:

 

start "" /D E:\"IL-2 Sturmovik Great Battles"\bin\game\ il-2.exe

 

Pay attention, it's important the space between game\ and il-2.exe. And run the batch as Administrator as well.

Edited by marcobona
Posted
1 hour ago, marcobona said:

Hi,

 

the correct string is as follows:

 

start "" /D E:\"IL-2 Sturmovik Great Battles"\bin\game\ il-2.exe

 

Pay attention, it's important the space between game\ and il-2.exe. And run the batch as Administrator as well.

 

Thanks.  I also discovered that where I was placing the .bat file was having an impact.  I ended up shortening the string since I had it kept in the IL-2 folder.

Posted (edited)
4 hours ago, marcobona said:

Hi,

 

the correct string is as follows:

 

start "" /D E:\"IL-2 Sturmovik Great Battles"\bin\game\ il-2.exe

 

Pay attention, it's important the space between game\ and il-2.exe. And run the batch as Administrator as well.

@marcobonaIt's kicking back an error saying it can't find the il-2.exe.

 

*EDIT* Never mind, I had changed the name of the root directory to try and fix it between getting your correction. It's all working ok now.  Thank you for your help.

 

Edited by Lupus

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...