Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Invoke.Bat → Invoke.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@echo off
CD ..
echo.
echo ( Files Must Be In Folder )
echo ( Files must be in folder or you can type in the full path )
echo Open
set /p "File=>>"
echo With
set /p "App=>>"
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "%App%" "%File%"
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "%App%" "%File%"
2 changes: 1 addition & 1 deletion SystemCheckup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ for /f "tokens=2 delims=:" %%a in ('find "Current Mode:" ~.txt') do (

)
endlocal
REM SytemCheckup
REM SystemCheckup