ron
0
Q:

how to use .bat files for chromebook

#!/bin/bash

# Similar to @echo off
exec 1>/dev/null
exec 2>/dev/null

# Similar to start
/path/to/browser 'url1'
/path/to/browser 'url2'
0

New to Communities?

Join the community