Changeset 1377
- Timestamp:
- Jan 4, 2009, 11:18:30 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r1278 r1377 5 5 ³ See end of document for contact info ³ 6 6 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 7 8 FM/2 3.15: This release turns on some new features by default 9 don't panic they can all be turned off if you don't like them. 10 The first is recursive scanning on start up. This slows the initial 11 scan a bit but speeds expansion of the tree later. It is on for 12 local hard drives and can be turned on for other drive types. The 13 second new feature is an automatic rescan of the drive tree on 14 eject of removable media keeping the tree container more current. 15 Both of these features can be turn on or off on the scanning page 16 of the notebook. The third new feature actually turns write verify 17 off on a per drive basis. This is to address the fact that many 18 USB removables fail or worse (hangs/traps) when write verify is on. 19 We turn it off by default for removables other than standard floppies. 20 If you want it on/off for a given drive edit that drive's drive flags 21 accordingly. The global write verify selector is unchanged and the 22 drive flags have no effect if it is off. 23 24 We have some additional new items we hope you will find useful. We 25 have added the ability to have the extract commands create a 26 subdirectory based on the archive file name for the extraction target. 27 Seek and Scan has been added to the drives and directories context 28 menu and when select from there will add the drive or directory as 29 the root for the search. We also added refresh removable media so 30 you can scan for newly inserted drives from the tree container 31 We did some additional work on the main menus like adding Databar 32 to the utilities menu and we now gray out items that are unavailable 33 or inappropriate and un-grayed some items that were inappropriately 34 turned off. We reorganized the internal editor menus as well. 35 36 We made changes to the archiver code so that archivers that don't 37 have specific start/end list strings will work (ie TAR.EXE). We 38 have included the commands for .tar .tar.gz and .tar.bz in archiver.tmp 39 (gzip.exe and/or bzip.exe must be in the path) These only work with tar 1.15 40 or higher. You can either replace archiver.bb2 with the archiver.tmp or if 41 you have made changes to archiver.bb2 you can cut and paste the new archiver 42 definitions into an appropriate position in your existing archiver.bb2 43 44 Numerous fixes to minor interface appearance and behavior are also include. 45 We have added exceptq support to make it easier to track down defects. We 46 also eliminated the cause of three rare traps including one associated with 47 deleting directories. See the history file for more details. 7 48 8 49 FM/2 3.14: This release updates many of the icons and bitmaps -
trunk/av2.def
r1280 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r1341 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 #option stack = 65536 # 14 Dec 08 SHL -
trunk/dirsize.def
r1280 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/dll/copyright.h
r1289 r1377 7 7 */ 8 8 9 #define COPYRIGHT_YEAR "200 8"9 #define COPYRIGHT_YEAR "2009" 10 10 11 11 #define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \ -
trunk/dll/fm3dll.def
r1335 r1377 9 9 # 10 Dec 08 SHL Ticket 26: Add excepiton handler support 10 10 11 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'11 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 12 12 segment class 'DATA' readwrite loadoncall nonshared 13 13 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r1280 r1377 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/fm3res.dlg
r1375 r1377 2786 2786 AUTOCHECKBOX "~Link sets icon", CFGG_LINKSETSICON, 122, 128, 106, 2787 2787 10 2788 AUTOCHECKBOX "~Verify disk writes (also check individual drive flags)",2788 AUTOCHECKBOX "~Verify disk writes (also check individual drive flags)", 2789 2789 CFGG_VERIFYWRITES, 122, 116, 162, 10 2790 2790 AUTOCHECKBOX "~Drag&drop dialog", CFGG_DNDDLG, 122, 104, 106, 10 -
trunk/dll/init.c
r1376 r1377 168 168 static PSZ pszSrcFile = __FILE__; 169 169 static CHAR *WC_MAINWND; 170 unsigned __MaxThreads = {48}; 170 171 171 172 #pragma data_seg(GLOBAL1) -
trunk/dll/internal/makefile
r1285 r1377 53 53 @%write $^@ option map 54 54 @%write $^@ name $(BASE) 55 @%write $^@ op desc '@$#SLAInc:3.15.0$#@$#$#1$#$# 11/18/200803:15:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler'55 @%write $^@ op desc '@$#SLAInc:3.15.0$#@$#$#1$#$# 01/04/2009 03:15:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler' 56 56 @%write $^@ file $(BASE).obj 57 57 @%write $^@ library os2386.lib -
trunk/dll/ipf/arclist.ipf
r1269 r1377 28 28 the directory in which any extracted files will be placed. (Extraction 29 29 refers to copying files from the archive onto your disk as normal 30 files.) To change the extract directory, enter a new directory into the 30 files.) You can set the extraction directory to be a subdirectory, based 31 on the archive name, of the directory the archive is in or set a default 32 extract directory on the archive page of the settings notebook. 33 To change the extract directory, enter a new directory into the 31 34 entry field (if it doesn't already exist you'll get an option to create 32 35 it), drag a directory onto the entry field, or click the folder button -
trunk/dll/ipf/collect.ipf
r288 r1377 35 35 :i1 id=aboutGrep.Seek and scan 36 36 :i1 id=aboutGrepDupe.Find duplicate files 37 This dialog, accessed from the Utilities menu or a Collector context menu, allows you to 37 This dialog, accessed from the Utilities menu, a Collector context menu, 38 a Drives context menu or directories context menu allows you to 38 39 search for files (by filemasks and, optionally, text within the files) 39 and :link reftype=hd res=90100.Collects:elink. the files found. 40 and :link reftype=hd res=90100.Collects:elink. the files found. When 41 selected from the drives or directories menu the cursored drive or 42 directory is inserted as the root for the search. 40 43 :p. 41 44 :hp1.In a hurry? See the :ehp1.:hp9.quicky:ehp9.:hp1. instructions at -
trunk/dll/ipf/context.ipf
r1122 r1377 396 396 :artwork runin name='\bitmaps\drive.bmp'. 397 397 :p. 398 :hp6.Refresh removable media:ehp6. calls LVM.EXE to find new drives and then 399 rescans all the drives in the tree container. This item will not appear if 400 LVM.EXE isn't found in your PATH. 401 :artwork runin name='\bitmaps\drive.bmp'. 402 :p. 398 403 :hp6.Expand:ehp6. expands the tree from the point where the context menu 399 404 was requested to the bottom of the branch. This isn't the same as clicking … … 405 410 clicking the [-] symbol as it collapses :hp1.all:ehp1. branches. 406 411 :artwork runin name='\bitmaps\drive.bmp'. 407 :p.408 The Miscellaneous cascade menu appears on directory and drive context menus409 The following appear on this cascade.410 :p.411 :hp6.:link reftype=hd res=95200.Sizes:elink.:ehp6. brings up a dialog412 showing how many bytes are in the selected directory and its413 subdirectories. :artwork runin name='\bitmaps\fldr.bmp'. :artwork runin name='\bitmaps\drive.bmp'.414 412 :p. 415 413 :artwork name='..\..\bitmaps\mkdir.bmp' align=center. … … 421 419 :artwork runin name='\bitmaps\fldr.bmp'. :artwork runin name='\bitmaps\drive.bmp'. 422 420 :p. 421 The Miscellaneous cascade menu appears on directory and drive context menus 422 The following appear on this cascade. 423 :p. 424 :hp6.:link reftype=hd res=95200.Sizes:elink.:ehp6. brings up a dialog 425 showing how many bytes are in the selected directory and its 426 subdirectories. :artwork runin name='\bitmaps\fldr.bmp'. :artwork runin name='\bitmaps\drive.bmp'. 427 :p. 423 428 :hp6.Show all files:ehp6. is a command available on drive and directory objects 424 429 and in the container menu of Directory Containers. It invokes the … … 427 432 :artwork runin name='\bitmaps\fldr.bmp'. :artwork runin name='\bitmaps\drive.bmp'. 428 433 :p. 434 :artwork name='..\..\bitmaps\find.bmp' align=center. 435 :p. 436 :hp6.Seek and scan files:ehp6. is a command available on drive and directory objects 437 and in the container menu of Directory Containers. It invokes the 438 :link reftype=hd res=91600.Seek and scan files:elink. opens a dialog for specifying 439 the search parameters the drive or directy this is selected from is inserted as the 440 root for the search. 441 :artwork runin name='\bitmaps\fldr.bmp'. :artwork runin name='\bitmaps\drive.bmp'. 442 :p. 429 443 :hp6.:link reftype=hd res=92500.Undelete Files:elink.:ehp6. 430 444 :artwork runin name='\bitmaps\fldr.bmp'. :artwork runin name='\bitmaps\drive.bmp'. … … 442 456 :p. 443 457 :hp6.Partition Disks:ehp6. has four choices for partitioning tools. 444 They are minilvm, DFSee, LVMGUI and FDISKPM. Any of these 458 They are minilvm, DFSee, LVMGUI and FDISKPM. We check for these tools 459 at start up and gray out any that aren't found in your PATH. Any of these 445 460 will allow you to modify the partitions on your hard drives. 446 461 :hp8.Extreme caution should be exercised; read the help!:ehp8. 447 462 :p. 448 463 Minilvm is a partitioning tool which is avalable with eCS and is probably 449 the easiest to use for LVM type system. If you choose partition Disks it is the default.450 DFSee is a share ware tool with a much wider range of features but must be obtained451 from Hobbes and installedin the system path to work. LVMGUI is the IBM provided GUI tool for464 the easiest to use for LVM type system. DFSee is a share ware tool with 465 a much wider range of features but must be obtained from Hobbes and installed 466 in the system path to work. LVMGUI is the IBM provided GUI tool for 452 467 Disk management. It is a JAVA based program and earily versions only work with JAVA 1.1.8. 453 468 FDISKPM is the partition management tool for preLVM systems and should not be used … … 537 552 :artwork name='..\..\bitmaps\rescan.bmp' align=center. 538 553 :p. 539 :hp6.Rescan:ehp6. rescans the directory associated with a container, or540 the drive from the current object down in atree container. FM/2 tries554 :hp6.Rescan:ehp6. rescans the directory associated with a directory container, 555 or all the drives in the tree container. FM/2 tries 541 556 very hard to keep all its windows up to date, but things outside FM/2 542 557 can cause changes that FM/2 cannot know about automatically. This 543 558 command will ensure that your display is current. 559 :p. 560 :hp6.Refresh removable media:ehp6. calls LVM.EXE to find new drives and then 561 rescans all the drives in the tree container. This item will not appear if 562 LVM.EXE isn't found in your PATH. 544 563 :p. 545 564 :hp6.Parent:ehp6. moves directory containers to the previous (parent) … … 651 670 RESOURCE.DAT). 652 671 :p. 653 :hp6.Partition Disks:ehp6. has four choices for partitioning tools.654 They are minilvm, DFSee, LVMGUI and FDISKPM. Any of these655 will allow you to modify the partitions on your hard drives. 656 :hp8.Extreme caution should be exercised; read the help!:ehp8.672 :hp6.Partition Disks:ehp6. has up to four choices for partitioning tools. 673 They are minilvm, DFSee, LVMGUI and FDISKPM. We gray out any that are not 674 found in your PATH. Any of these will allow you to modify the partitions 675 on your hard drives. :hp8.Extreme caution should be exercised; read the help!:ehp8. 657 676 :p. 658 677 Minilvm is a partitioning tool which is avalable with eCS and is probably 659 the easiest to use for LVM type system. If you choose partition Disks it is the default.660 DFSee is a share ware tool with a much wider range of features but must be obtained661 from Hobbes and installedin the system path to work. LVMGUI is the IBM provided GUI tool for678 the easiest to use for LVM type system. DFSee is a share ware tool with 679 a much wider range of features but must be obtained from Hobbes and installed 680 in the system path to work. LVMGUI is the IBM provided GUI tool for 662 681 Disk management. It is a JAVA based program and earily versions only work with JAVA 1.1.8. 663 682 FDISKPM is the partition management tool for preLVM systems and should not be used -
trunk/dll/ipf/drvinfo.ipf
r553 r1377 87 87 mounted making the stats meaningless at best. 88 88 :p. 89 :hp6.Write verify off:ehp6. Checking this button will turn write verify off for 90 this drive only. If write verify is off globally it has no effect. This was added 91 because some USB removable fail when write verify is on. The flag is set by default 92 for writable removable drives. 93 :p. 89 94 You get this dialog by selecting Edit->Drive flags from a context menu 90 95 requested on a drive (root directory) in the Drive Tree or VTree window. -
trunk/dll/ipf/fm3.ipf
r1261 r1377 959 959 .im folder.ipf 960 960 961 .im databar.ipf962 963 961 .im tutor.ipf 964 962 -
trunk/dll/ipf/notebook.ipf
r1306 r1377 636 636 verification on and off. This is like typing :link reftype=launch 637 637 object='CMD.EXE' data='/C HELP VERIFY'.VERIFY ON:elink. or VERIFY OFF at 638 a command line. 638 a command line. Write verify can be turned off on a per drive basis 639 using the drive's drive flags. This feature was added since some USB 640 removables fail to work properly with write verify on. 639 641 :p. 640 642 The :hp6.Don't move my mouse!:ehp6. toggle keeps FM/2 from moving your … … 772 774 :p. 773 775 If you turn this toggle off (it's on by default) and FM/2 starts 774 behaving strangely, turn it back o ff. If FM/2 traps and you can't get776 behaving strangely, turn it back on. If FM/2 traps and you can't get 775 777 to the settings page, disconnect from the network, start FM/2, then 776 turn o ffthe toggle. If that's not possible for some reason, use778 turn on the toggle. If that's not possible for some reason, use 777 779 FM/2's INI editor to view FM3.INI and delete the "RemoteBug" keyword 778 780 from the INI (which will cause FM/2 to revert to the default setting). … … 793 795 network FSDs, are the ones most often broken), but the more memory is 794 796 temporarily consumed as a container is filled. If you habitually work 795 with directories containing greatnumbers of files and have sufficient797 with directories containing large numbers of files and have sufficient 796 798 memory, boosting this may be a good idea. On the other hand, if you are 797 799 extremely limited in memory (less than 16 megs), reducing this might be 798 the thing to do. The range is 512 to 4096, with 4096 being the default. 799 800 800 the thing to do. The DosFind buffer limits the number of files it can find 801 at a time to between 1500-2000. The only advantage of a larger number is it 802 reduces the number of times the find stops to insert records into the container 803 The range is 256 to 4096, with 256 being the default. 804 :p. 805 The :hp6.Recurse scan at startup:ehp6. section allow you to choose the drive types 806 want to have a full recurse scan when the tree container is started. This is the same 807 scan that occurs when you press the plus sign by the drive for the first time. The 808 advantage is the tree expand is quiker. The disadvantage is startup is slower. Local 809 drives are on by default the others are off. Slow drives and nonwrite drives are only 810 scanned for the drive type(s) you have selected (ie if you have a slow virtual drive 811 you must select both virtual drives and slow drives for it to be scanned on startup). 812 :p. 813 The :hp6.Rescan tree on media eject:ehp6. section allow you to choose the drive types 814 where a rescan of the tree container is initiated by ejecting the drive media. This keeps 815 the container in better sync with reality. It is on for removables by default but off for 816 CD/DVDs and floppies. 817 :p. 801 818 :h3 res=100070 name=PANEL_BUBBLEPAGE.Bubble help page 802 819 :i1 id=aboutBUBBLEP.Bubble help page -
trunk/dll/ipf/util.ipf
r288 r1377 9 9 .br 10 10 :link reftype=hd res=98500.See all files:elink. 11 .br 12 :link reftype=hd res=99000.Databar:elink. 11 13 .br 12 14 :link reftype=hd res=94900.Compare directories:elink. … … 33 35 34 36 .im collect.ipf 37 38 .im databar.ipf 35 39 36 40 .im comp.ipf -
trunk/eas.def
r1280 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/fm3.def
r1280 r1377 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r1280 r1377 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/global.def
r1280 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r1280 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r1280 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r1280 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r1280 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 Udelete MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r1280 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/vdir.def
r1280 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r1280 r1377 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r1280 r1377 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@# SLAInc:3.15.0#@##1## 11/18/2008 03:15:00 GKYBuild::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#The Netlabs FM/2 team:3.15.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416
Note:
See TracChangeset
for help on using the changeset viewer.