installdll.bat

来自「Newton Game Dynamic 1.52 Delphi下基于GLSce」· Batch 代码 · 共 20 行

BAT
20
字号
@echo Make sure your delphi is close when you installing the dll's
@echo off
echo Copying oxNewton.dll to the windows system32 directory

@echo Deploying for NT
copy oxNewton.dll %SystemRoot%\System32\

rem @echo Deploying for Windows95 / Windows98 / WindowsME
rem copy oxNewton.dll %Windir%\System\

@echo off
echo Copying Newton.dll to the windows system32 directory

@echo Deploying for NT
copy Newton.dll %SystemRoot%\System32\

rem @echo Deploying for Windows95 / Windows98 / WindowsME
rem copy Newton.dll %Windir%\System\

pause

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?