mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
7 lines
131 B
Batchfile
7 lines
131 B
Batchfile
@echo off
|
|
if not exist %windir%\system32\cmd.exe (
|
|
"%CD%\zfile\zfile.exe"
|
|
) else (
|
|
cmd /k "%CD%\zfile\zfile.exe"
|
|
exit
|
|
) |