install.dat 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. #
  2. # $Id$
  3. #
  4. # Install file for Go32v2/Win32/OS2/EMX
  5. #
  6. # Warning: no package should contain more than 16 files
  7. title=Free Pascal Compiler 1.9.6
  8. version=1.9.6
  9. #
  10. # General
  11. #
  12. basepath=c:\pp
  13. docsub=doc
  14. helpidx=fpctoc.htm
  15. #
  16. # Go32v2 packages
  17. #
  18. pack=~D~os/Go32v2
  19. binsub=\bin\go32v2
  20. ppc386=ppc386
  21. targetname=go32v2
  22. cfgfile=fpc.cfg
  23. idecfgfile=fp.cfg
  24. ideinifile=fp.ini
  25. filecheck=*dos.zip
  26. # Dos 1
  27. package=basedos.zip,~B~asic system for Go32v2 (required)
  28. # Dos 2
  29. package=aslddos.zip,GNU ~L~inker and GNU Assembler for Go32v2 (required)
  30. # Dos 3
  31. package=idedos.zip,~I~DE with integrated debugger/compiler (BETA)
  32. # Dos 4
  33. package=utildos.zip,~E~xtra Utilities
  34. # Dos 5
  35. package=makedos.zip,GNU ~U~tilities (needed for Makefile usage)
  36. # Dos 6
  37. package=gdbdos.zip,GNU ~D~ebugger for Go32v2
  38. # Dos 7
  39. package=ufcldos.zip,~F~ree Component Libary (FCL)
  40. # Dos 8
  41. package=ugdbintdos.zip[ugdbdos.zip],GDB Interfacing units
  42. # Dos 9
  43. package=upaszlibdos.zip[upzldos.zip],PasZLib units
  44. # Dos 10
  45. package=uregexprdos.zip[uregdos.zip],Regular expression units
  46. # Dos 11
  47. package=uunzipdos.zip[uzipdos.zip],Unzip units
  48. # Dos 12
  49. package=unetdbdos.zip[undbdos.zip],NetDB units
  50. # Dos 13
  51. package=upasjpegdos.zip[upjpdos.zip],Pas~J~PEG units
  52. # Dos 14
  53. package=umd5dos.zip,Unit for MD~5~ processing
  54. # Dos 15
  55. package=ufvdos.zip,Free ~V~ision (FV)
  56. #
  57. # Win32 packages
  58. #
  59. pack=~W~in32
  60. binsub=\bin\i386-win32
  61. ppc386=ppc386
  62. targetname=i386-win32
  63. cfgfile=fpc.cfg
  64. idecfgfile=fp.cfg
  65. ideinifile=fp.ini
  66. setpathfile=setpath.bat
  67. filecheck=*.i386-win32.zip
  68. # Win32 1
  69. package=base.i386-win32.zip,~B~asic system for Win32 (required)
  70. # Win32 2
  71. package=asld.i386-win32.zip,GNU ~L~inker and GNU Assembler for Win32 (required)
  72. # Win32 3
  73. package=ide.i386-win32.zip,~I~DE with integrated debugger/compiler (BETA)
  74. # Win32 4
  75. package=util.i386-win32.zip,~E~xtra Utilities
  76. # Win32 5
  77. package=make.i386-win32.zip,GNU ~U~tilities (needed for Makefile usage)
  78. # Win32 6
  79. package=gdb.i386-win32.zip,GNU ~D~ebugger for Win32
  80. # Win32 7
  81. package=units-fcl.i386-win32.zip,~F~ree Component Libary (FCL)
  82. #
  83. # Win32 packages 2nd part
  84. #
  85. pack=Win~3~2-2
  86. filecheck=*.i386-win32.zip
  87. # Win32-2 1
  88. package=units-opengl.i386-win32.zip,OpenGL units
  89. # Win32-2 2
  90. package=units-gtk.i386-win32.zip,GTK units
  91. # Win32-2 4
  92. package=units-ibase.i386-win32.zip,Interbase interface units
  93. # Win32-2 5
  94. package=units-mysql.i386-win32.zip,MySQL interface units
  95. # Win32-2 6
  96. package=units-mmsystem.i386-win32.zip,MMSystem interface units
  97. # Win32-2 7
  98. package=units-gdbint.i386-win32.zip,GDB Interfacing units
  99. # Win32-2 8
  100. package=units-paszlib.i386-win32.zip,PasZLib units
  101. # Win32-2 9
  102. package=units-regexpr.i386-win32.zip,Regular expression units
  103. # Win32-2 10
  104. package=units-unzip.i386-win32.zip,Unzip units
  105. # Win32-2 11
  106. package=units-zlib.i386-win32.zip,ZLib interface units
  107. # Win32-2 12
  108. package=units-netdb.i386-win32.zip,NetDB units
  109. # Win32-2 14
  110. package=units-pasjpeg.i386-win32.zip,Pas~J~PEG units
  111. # Win32-2 15
  112. package=units-md5.i386-win32.zip,Unit for MD~5~ processing
  113. # Win32-2 16
  114. package=units-fv.i386-win32.zip,Free ~V~ision (FV)
  115. #
  116. # OS/2 packages
  117. #
  118. pack=~O~S/2
  119. binsub=\bin\os2
  120. ppc386=ppc386
  121. targetname=i386-os2
  122. cfgfile=fpc.cfg
  123. idecfgfile=fp.cfg
  124. ideinifile=fp.ini
  125. filecheck=*os2.zip
  126. # OS/2 1
  127. package=baseos2.zip,~B~asic system for OS/2 (required)
  128. # OS/2 2
  129. package=asldos2.zip,GNU ~L~inker and GNU assembler for OS/2 (required)
  130. # OS/2 3
  131. package=ideos2.zip,~I~DE with integrated compiler (BETA - no debugger)
  132. # OS/2 4
  133. package=utilos2.zip,~E~xtra Utilities
  134. # OS/2 5
  135. package=makeos2.zip,GNU ~U~tilities (needed for Makefile usage)
  136. # OS/2 6
  137. package=gdbos2.zip,GNU ~D~ebugger for EMX and PMGDB front-end
  138. # OS/2 7
  139. package=ufclos2.zip,~F~ree Component Library (FCL)
  140. # OS/2 9
  141. package=ufvos2.zip,Free ~V~ision (FV)
  142. # OS/2 10
  143. package=uclkdllos2.zip[uclkos2.zip],CLKDLL interface unit (eCS 1.1+)
  144. # OS/2 11
  145. package=ulvmos2.zip,LVM interface unit (OS/2 v4.5 / eCS)
  146. # OS/2 12
  147. package=upasjpegos2.zip[upjpos2.zip],Pas~J~PEG units
  148. # OS/2 13
  149. package=umd5os2.zip,Unit for MD~5~ processing
  150. #
  151. # OS/2 packages 2nd part
  152. #
  153. pack=OS/~2~
  154. filecheck=*os2.zip
  155. # OS/2-2 1
  156. #package=ugdbintos2.zip[ugdbos2.zip],GDB interfacing units
  157. # OS/2-2 2
  158. package=upaszlibos2.zip[upzlos2.zip],PasZLib units
  159. # OS/2-2 3
  160. package=uregexpros2.zip[uregos2.zip],Regular expression units
  161. # OS/2-2 4
  162. package=urexxos2.zip,REXX SAA interface units
  163. # OS/2-2 5
  164. package=uunzipos2.zip[uzipos2.zip],Unzip units
  165. # OS/2-2 6
  166. package=uftpapios2.zip[uftpos2.zip],FTP API interface units
  167. # OS/2-2 7
  168. package=uhwvideoos2.zip[uhwvos2.zip],HW Video interface units
  169. # OS/2-2 8
  170. package=ummtkos2.zip,MMOS/2 interface units
  171. # OS/2-2 9
  172. package=ux11os2.zip,X11 interface units
  173. # OS/2-2 10
  174. package=ugtkos2.zip,GTK interface units
  175. # OS/2-2 11
  176. package=ufpgtkos2.zip[ufpgtos2.zip],fpGTK units
  177. # OS/2-2 12
  178. package=uimlibos2.zip[uimlbos2.zip],ImLib interface units
  179. # OS/2-2 13
  180. package=ulibpngos2.zip[ulpngos2.zip],LibPNG interface units
  181. # OS/2-2 14
  182. package=utclos2.zip,TCL interface units
  183. # OS/2-2 15
  184. package=uzlibos2.zip,ZLib interface units
  185. # OS/2-2 16
  186. package=unetdbos2.zip[undbos2.zip],NetDB units
  187. #
  188. # EMX packages
  189. #
  190. pack=~E~MX
  191. binsub=\bin\emx
  192. ppc386=ppc386
  193. targetname=emx
  194. cfgfile=fpc.cfg
  195. idecfgfile=fp.cfg
  196. ideinifile=fp.ini
  197. filecheck=*emx.zip
  198. # EMX 1
  199. package=baseemx.zip,~B~asic system for EMX (required)
  200. # EMX 2
  201. package=asldemx.zip,GNU ~L~inker and GNU assembler for EMX (required)
  202. # EMX 3
  203. package=ideemx.zip,~I~DE with integrated compiler (BETA - no debugger)
  204. # EMX 4
  205. package=utilemx.zip,~E~xtra Utilities
  206. # EMX 5
  207. package=makeemx.zip,GNU ~U~tilities (needed for Makefile usage)
  208. # EMX 6
  209. package=gdbemx.zip,GNU ~D~ebugger for EMX and PMGDB front-end
  210. # EMX 7
  211. package=ufclemx.zip,~F~ree Component Library (FCL)
  212. # EMX 9
  213. package=ufvemx.zip,Free ~V~ision (FV)
  214. # EMX 10
  215. package=uclkdllemx.zip[uclkemx.zip],CLKDLL interface unit (eCS 1.1+)
  216. # EMX 11
  217. package=ulvmemx.zip,LVM interface unit (OS/2 v4.5 / eCS)
  218. # EMX 12
  219. package=upasjpegemx.zip[upjpemx.zip],Pas~J~PEG units
  220. # EMX 13
  221. package=umd5emx.zip,Unit for MD~5~ processing
  222. #
  223. # EMX packages 2nd part
  224. #
  225. pack=E~M~X-2
  226. filecheck=*emx.zip
  227. # EMX-2 1
  228. #package=ugdbintemx.zip[ugdbemx.zip],GDB interfacing units
  229. # EMX-2 2
  230. package=upaszlibemx.zip[upzlemx.zip],PasZLib units
  231. # EMX-2 3
  232. package=uregexpremx.zip[uregemx.zip],Regular expression units
  233. # EMX-2 4
  234. package=urexxemx.zip,REXX SAA interface units
  235. # EMX-2 5
  236. package=uunzipemx.zip[uzipemx.zip],Unzip units
  237. # EMX-2 6
  238. package=uftpapiemx.zip[uftpemx.zip],FTP API interface units
  239. # EMX-2 7
  240. package=uhwvideoemx.zip[uhwvemx.zip],HW Video interface units
  241. # EMX-2 8
  242. package=ummtkemx.zip,MMOS/2 interface units
  243. # EMX-2 9
  244. package=ux11emx.zip,X11 interface units
  245. # EMX-2 10
  246. package=ugtkemx.zip,GTK interface units
  247. # EMX-2 11
  248. package=ufpgtkemx.zip[ufpgtemx.zip],fpGTK units
  249. # EMX-2 12
  250. package=uimlibemx.zip[uimlbemx.zip],ImLib interface units
  251. # EMX-2 13
  252. package=ulibpngemx.zip[ulpngemx.zip],LibPNG interface units
  253. # EMX-2 14
  254. package=utclemx.zip,TCL interface units
  255. # EMX-2 15
  256. package=uzlibemx.zip,ZLib interface units
  257. # EMX-2 16
  258. package=unetdbemx.zip[undbemx.zip],NetDB units
  259. #
  260. # Common packages
  261. #
  262. pack=Commo~n~
  263. # Common 1
  264. package=docs-pdf.zip,Documentation (~P~DF)
  265. # Common 2
  266. package=doc-html.zip[doc-htm.zip],Documentation (~H~MTL)
  267. # Common 3
  268. package=demo.zip,D~e~mos
  269. #
  270. # Source packages
  271. #
  272. pack=~S~ources
  273. filecheck=*.source.zip[*src.zip]
  274. # Source 1
  275. package=base.source.zip[basesrc.zip],~B~asic Makefiles for the sources
  276. # Source 2
  277. package=compiler.source.zip[compsrc.zip],~C~ompiler sources
  278. # Source 3
  279. package=rtl.source.zip[rtlsrc.zip],~R~un time library sources
  280. # Source 4
  281. package=fcl.source.zip[fclsrc.zip],~F~ree component library (FCL) sources
  282. # Source 5
  283. package=utils.source.zip[utilsrc.zip],~U~tils sources
  284. # Source 6
  285. package=installer.source.zip[instsrc.zip],~I~nstaller sources
  286. # Source 7
  287. package=doc.source.zip[docsrc.zip],~D~ocumentation sources (LaTeX)
  288. # Source 9
  289. package=units-unzip.source.zip[uzipsrc.zip],Unzip units
  290. # Source 10
  291. package=units-regexpr.source.zip[uregsrc.zip],Regular expression units
  292. # Source 11
  293. package=units-paszlib.source.zip[upzlsrc.zip],PasZLib units
  294. # Source 12
  295. package=units-rexx.source.zip,REXX SAA interface units
  296. # Source 13
  297. package=units-zlib.source.zip,ZLib interface units
  298. # Source 14
  299. package=units-netdb.source.zip[undbsrc.zip],NetDB units
  300. # Source 15
  301. package=units-mmsystem.source.zip,MMSystem interface units
  302. # Source 16
  303. package=units-gdbint.source.zip[ugdbsrc.zip],GDB Interfacing units
  304. #
  305. # Source packages 2nd part
  306. #
  307. pack=So~u~rces 2
  308. filecheck=*.source.zip[*src.zip]
  309. # Source-2 1
  310. package=units-opengl.source.zip,OpenGL units
  311. # Source-2 2
  312. package=units-gtk.source.zip,GTK units
  313. # Source-2 4
  314. package=units-ibase.source.zip,Interbase interface units
  315. # Source-2 5
  316. package=units-mysql.source.zip,MySQL interface units
  317. # Source-2 6
  318. package=units-ftpapi.source.zip[uftpsrc.zip],FTP API interface units
  319. # Source-2 7
  320. package=units-hwvideo.source.zip[uhwvsrc.zip],HW Video interface units
  321. # Source-2 8
  322. package=units-mmtk.source.zip,MMOS/2 interface units
  323. # Source-2 9
  324. package=units-clkdll.source.zip[uclksrc.zip],CLKDLL interface unit (eCS 1.1+)
  325. # Source-2 10
  326. package=units-lvm.source.zip,LVM interface unit
  327. # Source-2 11
  328. package=units-pasjpeg.source.zip[upjpsrc.zip],PasJPEG units
  329. # Source-2 12
  330. package=units-fv.source.zip,Free ~V~ision (FV)
  331. defaultcfg=
  332. #
  333. # Example fpc.cfg for Free Pascal Compiler
  334. #
  335. # ----------------------
  336. # Defines (preprocessor)
  337. # ----------------------
  338. #
  339. # nested #IFNDEF, #IFDEF, #ENDIF, #ELSE, #DEFINE, #UNDEF are allowed
  340. #
  341. # -d is the same as #DEFINE
  342. # -u is the same as #UNDEF
  343. #
  344. #
  345. # Some examples (for switches see below, and the -? helppages)
  346. #
  347. # Try compiling with the -dRELEASE or -dDEBUG on the commandline
  348. #
  349. # For a release compile with optimizes and strip debuginfo
  350. #IFDEF RELEASE
  351. -OG2p3
  352. -Xs
  353. #WRITE Compiling Release Version
  354. #ENDIF
  355. # For a debug version compile with debuginfo and all codegeneration checks on
  356. #IFDEF DEBUG
  357. -g
  358. -Crtoi
  359. #WRITE Compiling Debug Version
  360. #ENDIF
  361. # ----------------
  362. # Parsing switches
  363. # ----------------
  364. # All assembler blocks are intel styled by default
  365. #-Rintel
  366. # All assembler blocks are AT&T styled by default
  367. #-Ratt
  368. # All assembler blocks are directly copied to asm
  369. #-Rdirect
  370. # Semantic checking
  371. # -S2 switch some Delphi 2 extensions on
  372. # -Sc supports operators like C (*=,+=,/= and -=)
  373. # -Sd tries to be Delphi compatible
  374. # -Se<x> compiler stops after the <x> errors (default is 1)
  375. # -Sg allow LABEL and GOTO
  376. # -Sh Use ansistrings
  377. # -Si support C++ styled INLINE
  378. # -Sm support macros like C (global)
  379. # -So tries to be TP/BP 7.0 compatible
  380. # -Sp tries to be gpc compatible
  381. # -Ss constructor name must be init (destructor must be done)
  382. # -St allow static keyword in objects
  383. # Allow goto, inline, C-operators
  384. -Sgic
  385. # ---------------
  386. # Code generation
  387. # ---------------
  388. # Uncomment the next line if you always want static/dynamic units by default
  389. # (can be overruled with -CD, -CS at the commandline)
  390. #-CS
  391. #-CD
  392. # Set the default heapsize to 8Mb
  393. #-Ch8000000
  394. # Set default codegeneration checks (iocheck, overflow, range, stack)
  395. #-Ci
  396. #-Co
  397. #-Cr
  398. #-Ct
  399. # Optimizer switches
  400. # -Og generate smaller code
  401. # -OG generate faster code (default)
  402. # -Or keep certain variables in registers (still BUGGY!!!)
  403. # -Ou enable uncertain optimizations (see docs)
  404. # -O1 level 1 optimizations (quick optimizations)
  405. # -O2 level 2 optimizations (-O1 + slower optimizations)
  406. # -O3 level 3 optimizations (same as -O2u)
  407. # -Op target processor
  408. # -Op1 set target processor to 386/486
  409. # -Op2 set target processor to Pentium/PentiumMMX (tm)
  410. # -Op3 set target processor to PPro/PII/c6x86/K6 (tm)
  411. # Optimize always for Size and PentiumII
  412. #-Og2p3
  413. # -----------------------
  414. # Set Filenames and Paths
  415. # -----------------------
  416. # Both slashes and backslashes are allowed in paths
  417. # path to the messagefile, not necessary anymore but can be used to override
  418. # the default language
  419. #-Fr%basepath%/msg/errore.msg
  420. #-Fr%basepath%/msg/errorn.msg
  421. #-Fr%basepath%/msg/errores.msg
  422. #-Fr%basepath%/msg/errord.msg
  423. #-Fr%basepath%/msg/errorr.msg
  424. # path to the gcclib
  425. #-Fl%basepath%/lib
  426. # searchpath for includefiles
  427. # release them only if you know what you do
  428. # because this could cause a rebuild of the runtime library
  429. # if you tell them compiler/ide to build the project (FK)
  430. #-Fi%basepath%/source/rtl/inc;%basepath%/source/rtl/i386
  431. # searchpath for objectfiles
  432. #-Fo%basepath%/source/rtl/inc;%basepath%/source/rtl/i386
  433. # searchpath for units and other system dependent things
  434. -Fu%basepath%/units/%fpctargetmacro%
  435. -Fu%basepath%/units/%fpctargetmacro%/*
  436. -Fu%basepath%/units/%fpctargetmacro%/rtl
  437. # searchpath for libraries
  438. #-Fl%basepath%/lib
  439. #-Fl/lib;/usr/lib
  440. # searchpath for tools
  441. -FD%basepath%/bin/%fpctargetmacro%
  442. # -------------
  443. # Linking
  444. # -------------
  445. # generate always debugging information for GDB (slows down the compiling
  446. # process)
  447. #-gl
  448. # always pass an option to the linker
  449. #-k-s
  450. # Always strip debuginfo from the executable
  451. -Xs
  452. # -------------
  453. # Miscellaneous
  454. # -------------
  455. # Write always a nice FPC logo ;)
  456. -l
  457. # Verbosity
  458. # e : Show errors (default) d : Show debug info
  459. # w : Show warnings u : Show used files
  460. # n : Show notes t : Show tried files
  461. # h : Show hints m : Show defined macros
  462. # i : Show general info p : Show compiled procedures
  463. # l : Show linenumbers c : Show conditionals
  464. # a : Show everything 0 : Show nothing (except errors)
  465. # Display Info, Warnings, Notes and Hints
  466. -viwn
  467. # If you don't want so much verbosity use
  468. #-vw
  469. endcfg
  470. # the IDE configuration files
  471. defaultidecfg=
  472. #IFDEF NORMAL
  473. -T$3
  474. -Sg
  475. -O1
  476. -OG
  477. -Op3
  478. -Ratt
  479. -Fu%basepath%\units\%fpctargetmacro%
  480. -Fu%basepath%\units\%fpctargetmacro%\*
  481. -Fu%basepath%\units\%fpctargetmacro%\rtl
  482. -Cs131072
  483. -Ch2097152
  484. -g-
  485. -p-
  486. -b-
  487. #ENDIF
  488. #IFDEF DEBUG
  489. -T$3
  490. -Sg
  491. -Cr
  492. -Ci
  493. -Co
  494. -OG
  495. -Op3
  496. -Ratt
  497. -Fu%basepath%\units\%fpctargetmacro%
  498. -Fu%basepath%\units\%fpctargetmacro%\*
  499. -Fu%basepath%\units\%fpctargetmacro%\rtl
  500. -Cs131072
  501. -Ch2097152
  502. -g
  503. -p-
  504. -b-
  505. #ENDIF
  506. #IFDEF RELEASE
  507. -T$3
  508. -Sg
  509. -O1
  510. -O2
  511. -OG
  512. -Op3
  513. -Ratt
  514. -Fu%basepath%\units\%fpctargetmacro%
  515. -Fu%basepath%\units\%fpctargetmacro%\*
  516. -Fu%basepath%\units\%fpctargetmacro%\rtl
  517. -Cs131072
  518. -Ch2097152
  519. -g-
  520. -p-
  521. -b-
  522. #ENDIF
  523. endcfg
  524. defaultideini=
  525. [Compile]
  526. CompileMode=DEBUG
  527. [Help]
  528. Files="%basepath%\doc\fpctoc.htx"
  529. [Editor]
  530. DefaultTabSize=8
  531. DefaultFlags=20599
  532. DefaultSaveExt=.pas
  533. DefaultIndentSize=1
  534. [Highlight]
  535. Exts="*.pas;*.pp;*.inc"
  536. NeedsTabs="make*;make*.*"
  537. [SourcePath]
  538. SourceList=""
  539. [Mouse]
  540. DoubleDelay=8
  541. ReverseButtons=0
  542. AltClickAction=6
  543. CtrlClickAction=1
  544. [Search]
  545. FindFlags=4
  546. [Breakpoints]
  547. Count=0
  548. [Watches]
  549. Count=0
  550. [Preferences]
  551. DesktopFileFlags=209
  552. CenterCurrentLineWhileDebugging=1
  553. AutoSaveFlags=7
  554. MiscOptions=6
  555. DesktopLocation=1
  556. [Misc]
  557. ShowReadme=1
  558. [Files]
  559. OpenExts="*.pas;*.pp;*.inc"
  560. endcfg
  561. defaultsetpath=
  562. @echo off
  563. echo Setting PATH for use with %targetname% Free Pascal Compiler
  564. set A=%basepath%\bin\%targetname%;%PATH%
  565. set Path=
  566. set PATH=%A%
  567. set A=
  568. endcfg
  569. #
  570. # That's all folks
  571. #