mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-02-04 22:24:02 +08:00
8 lines
142 B
Batchfile
8 lines
142 B
Batchfile
@echo off
|
|
|
|
rem ensure current directory is where this file lives
|
|
set olddir=%CD%
|
|
cd %~dp0
|
|
php remove-explicit.php ..\source\
|
|
cd %olddir%
|
|
pause |