source: trunk/essentials/dev-lang/perl/NetWare/bat/Setnlmsdk.bat

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 562 bytes
Line 
1@echo off
2@rem AUTHOR: sgp
3@rem CREATED: 24th July 2000
4@rem LAST REVISED: 6th April 2001
5@rem Batch file to set the path to NetWare SDK
6@rem This file is called from SetNWBld.bat.
7
8if "%1" == "/now" goto now
9if "%1" == "" goto Usage
10if "%1" == "/?" goto usage
11if "%1" == "/h" goto usage
12
13set NLMSDKBASE=%1
14echo NLMSDKBASE set to %1
15
16goto exit
17
18:now
19@echo NLMSDKBASE=%NLMSDKBASE%
20goto exit
21
22:Usage
23 @echo on
24 @echo "Usage: setnlmsdk <path to NetWare sdk>"
25 @echo "Usage: setnlmsdk /now" - To display current setting
26 @echo Ex. setnlmsdk e:\sdkcd14\nwsdk
27
28:exit
Note: See TracBrowser for help on using the repository browser.