From f765486590c1d9185863a7d8f6e6c5c542cc8e65 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 2 Oct 2019 16:11:26 +0100 Subject: Fix arguments in aliases Also add a grep alias --- 2-tweaks.bat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '2-tweaks.bat') diff --git a/2-tweaks.bat b/2-tweaks.bat index 877b6b5..8c6138c 100644 --- a/2-tweaks.bat +++ b/2-tweaks.bat @@ -13,7 +13,8 @@ rem don't require signin after wakeup powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0 powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0 rem batch file shortcuts -echo robocopy . . /s /move > %windir%\system32\empties.bat -echo dir /b > %windir%\system32\ls.bat -echo del > %windir%\system32\rm.bat -echo exit > %windir%\system32\x.bat \ No newline at end of file +echo robocopy . . /s /move> %windir%\system32\empties.bat +echo findstr %1> %windir%\system32\grep.bat +echo dir /b> %windir%\system32\ls.bat +echo del %1> %windir%\system32\rm.bat +echo exit> %windir%\system32\x.bat \ No newline at end of file -- cgit v1.2.3