Search code examples
zerobrane

Trying to use: zbstudio.exe -cfg "ini=false" but where do I put the path and filename of my alternative ini file?


With the above I get the error msg below in the console:

Can't open file 'ini=false': the system cannot find the file specified.

It's trying to open the filename 'ini=false'!?


Solution

  • ini=false is the default value. The documentation you referenced provides several examples: ini='file.ini' will create file.ini in the default system-dependent location, ini='./file.ini' will create file.ini in the ZeroBrane Studio folder, and ini='d:/file.ini' will create file.ini in the root directory of the D: drive.

    I don't get any error messages in the console when I run it with zbstudio.exe -cfg "ini=false".