6 lines
252 B
Batchfile
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 |