Files
THE-TOOL/CMD/psexecinst.bat
2025-12-14 15:46:14 +01:00

6 lines
252 B
Batchfile

set VERZ=%~dp0
echo ----------------------------------------------------------
echo Es wird einmalig PSexec in das System32 Verz. kopiert
echo ----------------------------------------------------------
copy %VERZ%\psexec.exe c:\windows\system32\"
pause