home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l350 / 1.ddi / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1993-02-19  |  18.0 KB  |  450 lines

  1. @DefineProject
  2.         @Name ="386|DOS-Extender SDK"
  3.         @Version ="5.0"
  4.         @Subdir ="\\PHAR386"
  5.         @OutDrive = C
  6.         @Requires 3500000
  7. @EndProject
  8.  
  9. @DefineVars
  10.         @Qstring @Space = "3.5 MB"
  11.         @Qstring @CDDrive = "D:"
  12.         @Dir @MSSubDir = "\\MSTOOLS"
  13.         @Drive @OutDrive2 = C
  14. @EndVars
  15.  
  16. @Display
  17.     @CLS
  18.     This program installs the @NAME version @Version 
  19.     on your computer system.
  20.  
  21.     You can specify the drive and directory where you want to
  22.     install the @NAME.  If the directory you choose
  23.     does not exist, it will be created for you.  
  24.  
  25.     Optionally, this install program can run a batch file which will
  26.     install the 32-bit Microsoft C compiler from the October 1992
  27.     NT SDK CD-Rom.
  28.  
  29.     Each screen of this program offers a choice and a default response.
  30.     Press the RETURN key to accept the default.  Otherwise type or 
  31.     select another response and then press the RETURN key.
  32.  
  33.     If you make a mistake while typing, press the BACKSPACE key
  34.     and retype the entry.
  35.     You can press the ESC key at any time to cancel installation     
  36.     and return to the operating system.
  37.  
  38.     @PAUSE
  39. @EndDisplay
  40.  
  41. @GetOutDrive
  42.     @Suppress A
  43.     @Suppress B
  44.     @Cls
  45.  
  46.     On which disk drive do you wish to install the @Name:
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.     The entire @Name requires about @Space of disk space.
  61.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  62.     bar to the disk drive you wish to install to and then press the
  63.     [Enter] key.
  64. @EndOutDrive
  65.  
  66. @GetSubdir
  67.     @CLS
  68.     Please specify the directory name where the @NAME
  69.     will be installed.  By default, the name of this directory is:
  70.             @SUBDIR  
  71.  
  72.     The program locates it below the root directory of the disk
  73.     drive you selected.  If you have no preference, choose the
  74.     default by pressing the RETURN key.
  75.  
  76.     To change the directory name, backspace over the directory name
  77.     and type a new name.  Press the RETURN key when you have finished 
  78.     typing the name.
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.     @PROMPT = "Which subdirectory ?"
  86. @EndSubdir
  87.  
  88. @GetGroups
  89.     @CheckBox
  90.     @CLS
  91.     Now you need to select which parts of @NAME to install.
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.     If you wish to save space, you may choose not to install
  99.     the examples at this time.  You can install the examples
  100.     at a later time.
  101.  
  102.     <space> - toggles YES/NO state, <+/-> tags/untags selection
  103.     <T> - tags all options, <C> - clears (untags) all options
  104.     <enter> - accept all current selected options
  105.  
  106.     @SET S = "386|DOSExtender Binaries"
  107.     @SET E = "386|DOSExtender Examples"
  108. @EndGroups
  109.  
  110. @IF (@Exists "@OutDrive:@SubDir" && ('E' [= @Group || 'S' [= @Group))
  111.     @GetOption
  112.     Do you want to continue installing the @NAME 
  113.     over the files in this directory?
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.     Apparently there is already a directory called:
  122.             @OutDrive:@SubDir
  123.  
  124.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  125.     bar to the option you wish to select and then press the [Enter] key.
  126.     @Option 1 = "Yes"
  127.     @Option 2 = "No"
  128.     @EndOption
  129. @Endif
  130.  
  131. @Display
  132.    @If(2 [= @Option)
  133.         Aborting installation.
  134.  
  135.         @Abort
  136.    @Endif
  137. @EndDisplay
  138.  
  139. @GetOption
  140.     @CLS
  141.     Do you wish to install the 32-bit Microsoft C compiler from the
  142.     October 1992 NT SDK CD-ROM along with the @NAME?
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.     The installation process can complete with a batch file which will
  152.     load the Microsoft compiler and other tools.
  153.     @Option 11 = "Yes"
  154.     @Option 12 = "No"
  155. @EndOption
  156.  
  157. @If (11 [= @Option)
  158. @GetString @CDDrive
  159.         @CLS
  160.     Please specify the logical drive which contains the
  161.     October 1992 Microsoft NT SDK CD-ROM
  162.  
  163. @Prompt = "CD-Rom Drive? "
  164.  
  165.     Do not forget to include the colon (:) after the drive letter.
  166.  
  167.  
  168. @EndString
  169.  
  170. @GetOutDrive @OutDrive2
  171.     @Suppress A
  172.     @Suppress B
  173.     @Cls
  174.  
  175.     On what drive do you wish to install the 32-bit Microsoft C compiler:
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  190.     bar to the disk drive you wish to install to and then press the
  191.     [Enter] key.
  192. @EndOutDrive
  193.  
  194. @GetSubdir @MSSubDir
  195.     @CLS
  196.     Please specify the directory name where the Microsoft compiler
  197.     will be installed.  By default, the name of this directory is:
  198.  
  199.             @MSSubDir  
  200.  
  201.     The program locates it below the root directory of the disk
  202.     drive you selected.  If you have no preference, choose the
  203.     default by pressing the RETURN key.
  204.  
  205.     To change the directory name, backspace over the directory name
  206.     and type a new name.  Press the RETURN key when you have finished 
  207.     typing the name.
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.     @PROMPT = "Which subdirectory ?"
  215. @EndSubdir
  216.  
  217. @GetOption
  218.     How much of the 32-Microsoft C compiler do you want to install?
  219.  
  220.         
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  231.     bar to the option you wish to select and then press the [Enter] key.
  232.     @Option 3 = "Compiler & Tools                      (~13MB)"
  233.     @Option 4 = "Compiler & NT Sample Programs         (~18MB)"
  234.     @Option 5 = "Compiler, Samples, Help files and MFC (~42MB)"
  235. @EndOption
  236. @endif
  237.  
  238. /* Define Disk Block Disk 1 */
  239. @DefineDisk
  240. @Label = "386|DOS-Extender SDK Disk 1"
  241. @File bin\386asm.exe    @Out bin\386asm.exe     @Group S
  242. @File bin\386lib.exe    @Out bin\386lib.exe     @Group S
  243. @File bin\cfig386.exe    @Out bin\cfig386.exe     @Group S
  244. @File bin\dbglib.rex    @Out bin\dbglib.rex     @Group S
  245. @File bin\dxdebug.exe    @Out bin\dxdebug.exe     @Group S
  246. @File bin\386link.exe    @Out bin\386link.exe     @Group S
  247. @File bin\tellme.exe    @Out bin\tellme.exe     @Group S
  248. @EndDisk
  249. /* Define Disk Block Disk 2 */
  250. @DefineDisk
  251. @Label = "386|DOS-Extender SDK Disk 2"
  252. @File bin\rebind.exe    @Out bin\rebind.exe     @Group S
  253. @File bin\run386.exe    @Out bin\run386.exe     @Group S
  254. @File bin\sb386.exe    @Out bin\sb386.exe     @Group S
  255. @File bin\tnthost.exe    @Out bin\tnthost.exe     @Group S
  256. @File bin\bindone.bat    @Out bin\bindone.bat     @Group S
  257. @File bin\getmsc.bat    @Out bin\getmsc.bat     @Group S
  258. @File bin\gorun386.exe    @Out bin\gorun386.exe     @Group S
  259. @File bin\hc386.lnk    @Out bin\hc386.lnk     @Group S
  260. @File bin\highcbld.bat    @Out bin\highcbld.bat     @Group S
  261. @File bin\highcc.bat    @Out bin\highcc.bat     @Group S
  262. @File bin\highclnk.bat    @Out bin\highclnk.bat     @Group S
  263. @File bin\msc386.lnk    @Out bin\msc386.lnk     @Group S
  264. @File bin\mscbld.bat    @Out bin\mscbld.bat     @Group S
  265. @File bin\mscc.bat    @Out bin\mscc.bat     @Group S
  266. @File bin\msclnk.bat    @Out bin\msclnk.bat     @Group S
  267. @File bin\mscpp.bat    @Out bin\mscpp.bat     @Group S
  268. @File bin\mscppbld.bat    @Out bin\mscppbld.bat     @Group S
  269. @File bin\mscpplnk.bat    @Out bin\mscpplnk.bat     @Group S
  270. @File bin\nofloat.lnk    @Out bin\nofloat.lnk     @Group S
  271. @File bin\pharasm.bat    @Out bin\pharasm.bat     @Group S
  272. @File bin\pharlap.386    @Out bin\pharlap.386     @Group S
  273. @File bin\plstrip.exe    @Out bin\plstrip.exe     @Group S
  274. @File bin\watcbld.bat    @Out bin\watcbld.bat     @Group S
  275. @File bin\watcc.bat    @Out bin\watcc.bat     @Group S
  276. @File bin\watclnk.bat    @Out bin\watclnk.bat     @Group S
  277. @File bin\wc386.lnk    @Out bin\wc386.lnk     @Group S
  278. @File watcom\read.me    @Out watcom\read.me     @Group S
  279. @File watcom\cstart3r.obj    @Out watcom\cstart3r.obj     @Group S
  280. @File watcom\cstart3s.obj    @Out watcom\cstart3s.obj     @Group S
  281. @File docs\386asm.doc    @Out docs\386asm.doc     @Group S
  282. @File docs\examples.doc    @Out docs\examples.doc     @Group S
  283. @File read.me    @Out read.me     @Group S
  284. @EndDisk
  285. /* Define Disk Block Disk 3 */
  286. @DefineDisk
  287. @Label = "386|DOS-Extender SDK Disk 3"
  288. @File bin\mapexe.exe    @Out bin\mapexe.exe     @Group S
  289. @File include\dosx.ah    @Out include\dosx.ah     @Group S
  290. @File include\pldos32.h    @Out include\pldos32.h     @Group S
  291. @File include\pharlap.h    @Out include\pharlap.h     @Group S
  292. @File include\pltypes.h    @Out include\pltypes.h     @Group S
  293. @File include\hw386.h    @Out include\hw386.h     @Group S
  294. @File include\hw386.ah    @Out include\hw386.ah     @Group S
  295. @File include\plexp.h    @Out include\plexp.h     @Group S
  296. @File lib\dos32.lib    @Out lib\dos32.lib     @Group S
  297. @File lib\dosx32.lib    @Out lib\dosx32.lib     @Group S
  298. @File lib\tnt.lib    @Out lib\tnt.lib     @Group S
  299. @File examples\asm\dosdemo.asm    @Out examples\asm\dosdemo.asm     @Group E
  300. @File examples\asm\dosdemo.bat    @Out examples\asm\dosdemo.bat     @Group E
  301. @File examples\asm\hello.asm    @Out examples\asm\hello.asm     @Group E
  302. @File examples\asm\hello.bat    @Out examples\asm\hello.bat     @Group E
  303. @File examples\asm\pecho.asm    @Out examples\asm\pecho.asm     @Group E
  304. @File examples\asm\pecho.bat    @Out examples\asm\pecho.bat     @Group E
  305. @File examples\asm\rmhello.asm    @Out examples\asm\rmhello.asm     @Group E
  306. @File examples\asm\rmhello.bat    @Out examples\asm\rmhello.bat     @Group E
  307. @File examples\asm\scrtest.asm    @Out examples\asm\scrtest.asm     @Group E
  308. @File examples\asm\scrtest.bat    @Out examples\asm\scrtest.bat     @Group E
  309. @File examples\c\hello.c    @Out examples\c\hello.c     @Group E
  310. @File examples\c\libtest.c    @Out examples\c\libtest.c     @Group E
  311. @File examples\c\freemem.c    @Out examples\c\freemem.c     @Group E
  312. @File examples\c\printenv.c    @Out examples\c\printenv.c     @Group E
  313. @File examples\c\realvecs.c    @Out examples\c\realvecs.c     @Group E
  314. @File examples\gdemo\gserver.h    @Out examples\gdemo\gserver.h     @Group E
  315. @File examples\gdemo\gserver.c    @Out examples\gdemo\gserver.c     @Group E
  316. @File examples\gdemo\gglue.c    @Out examples\gdemo\gglue.c     @Group E
  317. @File examples\gdemo\gdemo.c    @Out examples\gdemo\gdemo.c     @Group E
  318. @File examples\gdemo\prot.asm    @Out examples\gdemo\prot.asm     @Group E
  319. @File examples\gdemo\real.asm    @Out examples\gdemo\real.asm     @Group E
  320. @File examples\gdemo\gdemohc.bat    @Out examples\gdemo\gdemohc.bat     @Group E
  321. @File examples\gdemo\gserver.bat    @Out examples\gdemo\gserver.bat     @Group E
  322. @File examples\gdemo\gdemomsc.bat    @Out examples\gdemo\gdemomsc.bat     @Group E
  323. @File examples\gdemo\gdemowc.bat    @Out examples\gdemo\gdemowc.bat     @Group E
  324. @File examples\inthndlr\ctrlc.asm    @Out examples\inthndlr\ctrlc.asm     @Group E
  325. @File examples\inthndlr\serio.bat    @Out examples\inthndlr\serio.bat     @Group E
  326. @File examples\inthndlr\criterr.asm    @Out examples\inthndlr\criterr.asm     @Group E
  327. @File examples\inthndlr\err387.bat    @Out examples\inthndlr\err387.bat     @Group E
  328. @File examples\inthndlr\ichain.bat    @Out examples\inthndlr\ichain.bat     @Group E
  329. @File examples\inthndlr\criterr.bat    @Out examples\inthndlr\criterr.bat     @Group E
  330. @File examples\inthndlr\ccmain.c    @Out examples\inthndlr\ccmain.c     @Group E
  331. @File examples\inthndlr\ichain.asm    @Out examples\inthndlr\ichain.asm     @Group E
  332. @File examples\inthndlr\err387.asm    @Out examples\inthndlr\err387.asm     @Group E
  333. @File examples\inthndlr\serio.asm    @Out examples\inthndlr\serio.asm     @Group E
  334. @File examples\inthndlr\ctrlcmsc.bat    @Out examples\inthndlr\ctrlcmsc.bat     @Group E
  335. @File examples\inthndlr\ctrlchc.bat    @Out examples\inthndlr\ctrlchc.bat     @Group E
  336. @File examples\inthndlr\ctrlcwc.bat    @Out examples\inthndlr\ctrlcwc.bat     @Group E
  337. @File examples\loader\load.c    @Out examples\loader\load.c     @Group E
  338. @File examples\loader\load2.asm    @Out examples\loader\load2.asm     @Group E
  339. @File examples\loader\farhello.asm    @Out examples\loader\farhello.asm     @Group E
  340. @File examples\loader\farhello.bat    @Out examples\loader\farhello.bat     @Group E
  341. @File examples\loader\loadmsc.bat    @Out examples\loader\loadmsc.bat     @Group E
  342. @File examples\loader\loadhc.bat    @Out examples\loader\loadhc.bat     @Group E
  343. @File examples\loader\loadwc.bat    @Out examples\loader\loadwc.bat     @Group E
  344. @File examples\mdraw\mdraw.c    @Out examples\mdraw\mdraw.c     @Group E
  345. @File examples\mdraw\realbrk.c    @Out examples\mdraw\realbrk.c     @Group E
  346. @File examples\mdraw\realcopy.c    @Out examples\mdraw\realcopy.c     @Group E
  347. @File examples\mdraw\mcopyhc.bat    @Out examples\mdraw\mcopyhc.bat     @Group E
  348. @File examples\mdraw\mreal.asm    @Out examples\mdraw\mreal.asm     @Group E
  349. @File examples\mdraw\mcopymsc.bat    @Out examples\mdraw\mcopymsc.bat     @Group E
  350. @File examples\mdraw\mbrkmsc.bat    @Out examples\mdraw\mbrkmsc.bat     @Group E
  351. @File examples\mdraw\mcopywc.bat    @Out examples\mdraw\mcopywc.bat     @Group E
  352. @File examples\mdraw\mbrkhc.bat    @Out examples\mdraw\mbrkhc.bat     @Group E
  353. @File examples\mdraw\mbrkwc.bat    @Out examples\mdraw\mbrkwc.bat     @Group E
  354. @File examples\msc\list.c    @Out examples\msc\list.c     @Group E
  355. @File examples\msc\signal.c    @Out examples\msc\signal.c     @Group E
  356. @File examples\msc\rvideo.c    @Out examples\msc\rvideo.c     @Group E
  357. @File examples\msc\phar_mem.c    @Out examples\msc\phar_mem.c     @Group E
  358. @File examples\msc\criterr.c    @Out examples\msc\criterr.c     @Group E
  359. @File examples\msc\pvideo.c    @Out examples\msc\pvideo.c     @Group E
  360. @File examples\msc\pvideo2.c    @Out examples\msc\pvideo2.c     @Group E
  361. @File examples\msc\crithand.asm    @Out examples\msc\crithand.asm     @Group E
  362. @File examples\msc\bug_mem.c    @Out examples\msc\bug_mem.c     @Group E
  363. @File examples\msc\critmsc.bat    @Out examples\msc\critmsc.bat     @Group E
  364. @File examples\msc\bugmsc.bat    @Out examples\msc\bugmsc.bat     @Group E
  365. @File examples\msc\simple.cpp    @Out examples\msc\simple.cpp     @Group E
  366. @File examples\msc\excep3.c    @Out examples\msc\excep3.c     @Group E
  367. @File examples\msc\excep2.c    @Out examples\msc\excep2.c     @Group E
  368. @File examples\msc\excep.c    @Out examples\msc\excep.c     @Group E
  369. @File examples\msc\excepmsc.bat    @Out examples\msc\excepmsc.bat     @Group E
  370. @File examples\msc\simplmsc.bat    @Out examples\msc\simplmsc.bat     @Group E
  371. @File examples\msc\term.c    @Out examples\msc\term.c     @Group E
  372. @File examples\sb386\easybug.c    @Out examples\sb386\easybug.c     @Group E
  373. @File examples\sb386\kaboom1.c    @Out examples\sb386\kaboom1.c     @Group E
  374. @File examples\sb386\kaboom2.c    @Out examples\sb386\kaboom2.c     @Group E
  375. @File examples\sb386\kab2bug.c    @Out examples\sb386\kab2bug.c     @Group E
  376. @File examples\sb386\kaboomhc.bat    @Out examples\sb386\kaboomhc.bat     @Group E
  377. @File examples\sb386\kaboom2.h    @Out examples\sb386\kaboom2.h     @Group E
  378. @File examples\sb386\kaboomwc.bat    @Out examples\sb386\kaboomwc.bat     @Group E
  379. @File examples\sb386\kaboom1.h    @Out examples\sb386\kaboom1.h     @Group E
  380. @File examples\sb386\kaboom.exe    @Out examples\sb386\kaboom.exe     @Group E
  381. @File examples\sb386\kabughc.bat    @Out examples\sb386\kabughc.bat     @Group E
  382. @File examples\sb386\debug.scr    @Out examples\sb386\debug.scr     @Group E
  383. @File examples\sb386\kaboobug.exe    @Out examples\sb386\kaboobug.exe     @Group E
  384. @File examples\sb386\kabugwc.bat    @Out examples\sb386\kabugwc.bat     @Group E
  385. @File examples\vds\dma.c    @Out examples\vds\dma.c     @Group E
  386. @File examples\windows\iswin3e.c    @Out examples\windows\iswin3e.c     @Group E
  387. @File examples\windows\memavail.c    @Out examples\windows\memavail.c     @Group E
  388. @File examples\windows\iswin.c    @Out examples\windows\iswin.c     @Group E
  389. @File examples\windows\winclip.c    @Out examples\windows\winclip.c     @Group E
  390. @File examples\windows\getclip.c    @Out examples\windows\getclip.c     @Group E
  391. @File examples\windows\putclip.c    @Out examples\windows\putclip.c     @Group E
  392. @File examples\windows\idle.c    @Out examples\windows\idle.c     @Group E
  393. @File examples\windows\wintask.c    @Out examples\windows\wintask.c     @Group E
  394. @File examples\windows\tasktest.c    @Out examples\windows\tasktest.c     @Group E
  395. @File examples\windows\dpmiinfo.c    @Out examples\windows\dpmiinfo.c     @Group E
  396. @File examples\windows\dpmitell.c    @Out examples\windows\dpmitell.c     @Group E
  397. @File examples\windows\interupt.c    @Out examples\windows\interupt.c     @Group E
  398. @File examples\windows\poke_ofs.c    @Out examples\windows\poke_ofs.c     @Group E
  399. @File examples\windows\pokeb800.c    @Out examples\windows\pokeb800.c     @Group E
  400. @File examples\windows\winclip.h    @Out examples\windows\winclip.h     @Group E
  401. @File examples\windows\wintask.h    @Out examples\windows\wintask.h     @Group E
  402. @File examples\windows\pclipmsc.bat    @Out examples\windows\pclipmsc.bat     @Group E
  403. @File examples\windows\gclipmsc.bat    @Out examples\windows\gclipmsc.bat     @Group E
  404. @File examples\windows\taskmsc.bat    @Out examples\windows\taskmsc.bat     @Group E
  405. @File examples\windows\gcliphc.bat    @Out examples\windows\gcliphc.bat     @Group E 
  406. @File examples\windows\gclipwc.bat    @Out examples\windows\gclipwc.bat     @Group E
  407. @File examples\windows\pcliphc.bat    @Out examples\windows\pcliphc.bat     @Group E
  408. @File examples\windows\pclipwc.bat    @Out examples\windows\pclipwc.bat     @Group E
  409. @File examples\windows\taskhc.bat    @Out examples\windows\taskhc.bat     @Group E
  410. @File examples\windows\taskwc.bat    @Out examples\windows\taskwc.bat     @Group E
  411. @EndDisk
  412.  
  413. @Finish
  414.    @If(3 [= @Option || 4 [= @Option || 5 [= @Option)
  415.  
  416.      The 32-bit Microsoft C compiler will be installed in the directory
  417.           @OutDrive2:@MSSubDir
  418.  
  419.    @If(3 [= @Option)
  420.     @System "@OutDrive:@SUBDIR\\bin\\getmsc.bat @CDDrive @OutDrive2:@MSSubDir @OutDrive:@SUBDIR min"
  421.    @Endif
  422.    @If(4 [= @Option)
  423.     @System "@OutDrive:@SUBDIR\\bin\\getmsc.bat @CDDrive @OutDrive2:@MSSubDir @OutDrive:@SUBDIR sample"
  424.    @Endif
  425.    @If(5 [= @Option)
  426.     @System "@OutDrive:@SUBDIR\\bin\\getmsc.bat @CDDrive @OutDrive2:@MSSubDir @OutDrive:@SUBDIR max"
  427.    @Endif
  428.      @Pause
  429.      @CLS
  430.    @Endif
  431. @IF ('s' [= @Group || 'e' [= @GROUP)
  432.         The @Name has been installed in @OutDrive:@Subdir 
  433.         with the following subdirectories:
  434. @endif  @if ('s' [= @Group)
  435.         BIN\            Contains all executable programs
  436.         INCLUDE\        Contains C and Assembly include files
  437.         LIBS\           Contains C callable libraries for 386|DOS-Extender
  438.                          and MS-DOS system calls
  439.         DOCS\           Contains product release notes in ASCII format
  440.         WATCOM\         Contains replacement library init modules for Watcom C
  441. @endif @IF ('e' [= @Group)
  442.         EXAMPLES\       Contains example code for @Name
  443. @ENDIF @IF ('s' [= @Group)
  444.         You should add the following directory to your PATH:
  445.                 @OutDrive:@Subdir\BIN
  446. @ENDIF
  447. @EndFinish
  448.  
  449. /* end-of-file */
  450.