Cannot boot Kit 107 again

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.

Why is this?
How can I boot my Kit app again?

I have the same situation on my Ada-5000 laptop.

Pekka

I closed it

@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.

1 Like

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.

1 Like

Thanks @Richard3D. This is the solution, I also made the shortcut.

1 Like