From 5763b3ef8406c73cb0ac62cce088e6231cc477bb Mon Sep 17 00:00:00 2001 From: ExtremePro11299 <134209046+ExtremePro11299@users.noreply.github.com> Date: Sun, 31 Dec 2023 20:24:01 +0100 Subject: [PATCH 1/2] Added "full path" to the guiding text --- Invoke.Bat => Invoke.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Invoke.Bat => Invoke.bat (65%) diff --git a/Invoke.Bat b/Invoke.bat similarity index 65% rename from Invoke.Bat rename to Invoke.bat index e1c5ecd..c320dae 100644 --- a/Invoke.Bat +++ b/Invoke.bat @@ -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%" \ No newline at end of file +cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "%App%" "%File%" From 95db1d81cd427c19147737ed4ea87cab079a4de5 Mon Sep 17 00:00:00 2001 From: ExtremePro11299 <134209046+ExtremePro11299@users.noreply.github.com> Date: Sun, 31 Dec 2023 20:25:20 +0100 Subject: [PATCH 2/2] Fixed a typo in a comment --- SystemCheckup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SystemCheckup.bat b/SystemCheckup.bat index d69d1f3..b56321e 100644 --- a/SystemCheckup.bat +++ b/SystemCheckup.bat @@ -10,4 +10,4 @@ for /f "tokens=2 delims=:" %%a in ('find "Current Mode:" ~.txt') do ( ) endlocal -REM SytemCheckup \ No newline at end of file +REM SystemCheckup