NT4/public/tools/ntlock.cmd

9 lines
169 B
Batchfile
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
@if "%_echo%"=="" echo off
setlocal
set _comment=%1
if '%_comment%' == '' set _comment="NTLOCK command script"
%_NTDRIVE%
cd \nt\public
cookie -w -c %_comment%
endlocal