-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.bat
More file actions
46 lines (34 loc) · 1.24 KB
/
setup.bat
File metadata and controls
46 lines (34 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
@echo off
cd %~dp0
color 0f
cls
echo ==================================================================
echo InterDOS loader
echo ==================================================================
echo Created by Interpuce Team, licensed as MIT
echo Setting up enverioment variables...
set "os.debug=0"
set "fs.defaultPath=%~dp0/home"
set "fs.path=/"
set "fs.realPath=%fs.defaultPath%/"
call system/env_var.cmd
cls
echo ==================================================================
echo InterDOS loader
echo ==================================================================
echo Created by Interpuce Team, licensed as MIT
echo Loading drivers...
echo.
echo NOTICE: These drivers aren't actual drivers loaded by the
echo operating system. They are "drivers" required by the
echo InterDOS subsystem.
call "system/drivers/utf8.cmd"
cls
echo ==================================================================
echo InterDOS loader
echo ==================================================================
echo Created by Interpuce Team, licensed as MIT
echo Logging in...
ping localhost -n 1 > nul
cls
call system/login.bat