Hey, I just installed the Kit 107 following the official docs.
I booted it for the first time with the command
.repo.bat launch -d
inside the folder C:\kit-app-template
So, I closed the App and now I try to boot it again.
See what happens:
Now it tells me:
C:\kit-app-template>.repo.bat launch -d
‘.repo.bat’ is not recognized as an internal or external command,
operable program or batch file.
@pekka3 perhaps try the same command without the period at the beginning? the repo.bat file is listed in the directory, so it should just be a simple typo that’s preventing you from launching.
For windows just literally type “repo launch”. No period, no “.bat”, no “-d”. The period is just for Linux.
“repo launch”
But better still just make a desktop shortcut icon. You don’t have to go to cmd and type things in. Just find the “repo.bat” file in your kit app template folder and drag a shortcut to your desktop. Then add the “launch” word to the back end.