mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-14 19:32:04 +01:00
7 lines
122 B
Batchfile
7 lines
122 B
Batchfile
|
|
@echo off
|
||
|
|
cd "%~dp0"
|
||
|
|
if "%1"=="" goto:eof
|
||
|
|
|
||
|
|
copy packages\SQLitePCLRaw.lib.e_sqlite3.2.1.2\runtimes\win-x64\native %1
|
||
|
|
|
||
|
|
:eof
|