i'm trying to use batch script code for emobase configuration using the commands
cd "cd\Users\Admin\Desktop\recording\angry"
for %%i in (*) do "C:\Users\Admin\Desktop\openSMILE\openSMILE-2.1.0\bin\Win32\SMILExtract_Release.exe" -c "C:\Users\Admin\Desktop\openSMILE\openSMILE-2.1.0\config\emobase2010.conf" -i %%i -O "C:\Users\Admin\Desktop\DataSample_for_Emobase2010.arff" -classlabel 1
when i run it it will say %%i was unexpected at this time. How do i solve this problem?
I am new to programming and i don't know if what's inside the folder is important but what's inside is a bunch of files in .arff format. I'm suppose to turn all the files inside into a single .arff file. i thought maybe the file inside is need to be .wav format so i tried doing it to a folder full of .wav file but its still showing the same problem. i'm using openSMILE to configure it by the way, and will use the end pruduct to be run on weka