mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
aab5fc6ecd
updates for nt/2000 and 95/98 afs clients ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== binary file updates
17 lines
391 B
Batchfile
17 lines
391 B
Batchfile
@echo off
|
|
if [%1]==[-f] shift
|
|
if [%1]==[/f] shift
|
|
if [%1]==[-F] shift
|
|
if [%1]==[/F] shift
|
|
if [%1]==[/q] shift
|
|
if [%1]==[/Q] shift
|
|
if [%1]==[-q] shift
|
|
if [%1]==[-Q] shift
|
|
if [%1]==[-f] shift
|
|
if [%1]==[/f] shift
|
|
if [%1]==[-F] shift
|
|
if [%1]==[/F] shift
|
|
if not [%1]==[] del %1 <%AFSROOT%\DEST\BIN\rmbat.rsp
|
|
if not [%1]==[] shift
|
|
if not [%1]==[] %AFSROOT%\DEST\BIN\rmbat %1 %2 %3 %4 %5 %6 %7 %8
|