mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-27 02:14:19 +00:00
8 lines
118 B
Batchfile
8 lines
118 B
Batchfile
@echo off
|
|
set savepath=%path%
|
|
set path=..\tools2;%path%
|
|
rmac os2ccp
|
|
link os2ccp[l0]
|
|
set path=%savepath%
|
|
set savepath=
|