I have a batch file with the command lines
set path=%~dp0bin;%PATH%
"%~dp0bin\POIDE.EXE" /XML "%~dp0Pellesc.Xml"
I am trying to run the POIDE 6.00.4 (32 bit) with the /XML switch from a USB stick.
The error displayed reads
Error reading from "Pellesc.xml"
The filename, directory name, or volume label syntax is incorrect.
I tried with new and old installs still no go.
The XML file contains the data below and is UTF-8 encoded.
===============================
<?xml version="1.0" encoding="UTF-8"?>
<settings version="1.0">
</settings>
===============================
Any help would be nice.