- Joined
- Dec 21, 2016
- Messages
- 2,323
- Reaction score
- 874
- Trophies
- 0
- Age
- 28
- Website
- github.com
- XP
- 2,268
- Country


(cemu script example)
if /I "%choice%"=="a" goto DLLDOWNLOADERCHECK
if /I "%CHOICE%"=="b" goto PORTABLEEVERYTHING

lol thats just what happens when you reuse code xD its a remnant from when i had to use %arch:~2,2% it wouldnt work without the i in the scenario i used it in. the ~ is the wavy thingy btw.Suggestion: For this part of the scripts, insteaad of using the 'TURN OFF CAPS' nag, you can just do this:
Code:(cemu script example) if /I "%choice%"=="a" goto DLLDOWNLOADERCHECK if /I "%CHOICE%"=="b" goto PORTABLEEVERYTHING
Using /I does a case insensitive string comparison so it doesn't matter if it's in caps or not
Anyway, great work!![]()


read error means its not reading the file properly. it has nothing to do with qemu yet.qemu is not working, here is my error:
View attachment 83401
qemu is not working, here is my error:
View attachment 83401

so sourceforge has been back up for awhile. have you tested it out? how is it?qemu is not working, here is my error:
View attachment 83401






i just realized what this meant ! this is wonderfullol thats just what happens when you reuse code xD its a remnant from when i had to use %arch:~2,2% it wouldnt work without the i in the scenario i used it in. the ~ is the wavy thingy btw.

















