Unnecessary downgrades.
[p5sagit/p5-mst-13.2.git] / NetWare / bat / Setmpksdk.bat
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 MPK SDK
6 @rem This file is called from SetNWBld.bat. 
7
8 if "%1" == "/now" goto now
9 if "%1" == "" goto Usage
10 if "%1" == "/?" goto usage
11 if "%1" == "/h" goto usage
12
13 SET MPKBASE=%1
14 echo MPKBASE set to %1
15
16 goto exit
17
18 :now
19 @echo MPKBASE=%MPKBASE%
20 goto exit
21
22 :Usage
23  @echo on
24  @echo "Usage: setmpksdk <path to MPK sdk>"
25  @echo "Usage: setmpksdk /now" - To display current setting
26  @echo Ex. setmpksdk p:\sw\mpk
27 :exit