summaryrefslogtreecommitdiffstats
path: root/public/tools/ntlock.cmd
blob: 54e1dcac46847228e092f365e38467bb4353f6cd (plain) (blame)
1
2
3
4
5
6
7
8
@if "%_echo%"=="" echo off
setlocal
set _comment=%1
if '%_comment%' == '' set _comment="NTLOCK command script"
%_NTDRIVE%
cd \nt\public
cookie -w -c %_comment%
endlocal