Create a batch file within ICRTouch batch folder to open a browser window in app mode
See example below:
@echo off title Launching Sam Smith's Booking System cls cd "C:\Program Files (x86)\Google\Chrome\Application" // Folder of Chrome/Edge Install start /max chrome.exe --app=%ADDRESS OF WEBSITE% exit
If login details need to be auto filled, open a standard browser window and login with details where you will be prompted to save
or enter them manually in settings.
Create another batch file to close all windows of browser, from where they open multiple windows throughout the day
taskkill /im chrome.exe /f
Set a task in task scheduler to run this batch out of service
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article