This is a video tutorial:
For certain systems blocking Batch files or other problems:
Download and install this setup: AI2 BUNDLE SETUP.exe - Google Drive
Hi there, do you want to auto-start Emulator and App inventor? This tutorial is for you then!
What does it do?
It opens the AI2 emulator and App Inventor at startup, so you do not have to open it for yourself
The script used in the video (.bat Batch File):
@echo off
start "C:\Program Files (x86)\AppInventor\aiStarter.exe"
start /MAX http://ai2.appinventor.mit.edu/
exit
If you are not interested in writing the code, just download the code: StarterScript.bat
Startup folder: shell:startup\
The forward slash ( \ ) is used to indicate that it is a directory (folder).
This is also possible with offline App Inventor
The black screen is the UAC (User Account Control, Not captured by OBS Screen Recorder).
For Linux users, their guide will be coming soon!
0 voters