home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / apps / f1179 / #changes.tx$ next >
Encoding:
Text File  |  1991-10-02  |  4.4 KB  |  118 lines

  1. 7.0W   Fixed setup program
  2.        Fixed assorted bugs
  3.        Modified startup sequence for speed
  4.        Move parameter storage from WIN.INI to WWW-PROD.INI
  5.             (If updating, you may wish to copy the [CmdPost] section
  6.              from WIN.INI to WWW-PROD.INI)
  7.        Modified Menu.
  8.  
  9.        7.0W is actually a pre-release of a future version of Command Post.
  10.        As such, the documentation describes the 7.0S version, and has not
  11.        yet been updated to reflect the new version.
  12.  
  13. 7.0S   Fixed TextBox to return proper data.
  14.        Added FileOpen, FileRead, FileWrite and FileClose functions
  15.        Fixed assorted minor problems.
  16.        Added FileAppend function.
  17.        Fixed problem where menu of second Command Post did not show
  18.        up on unlicensed versions.
  19.  
  20.  
  21. 7.0R   Getting good at fixing hotkeys.  Got them fixed good this time.
  22.        Added better WinExec error messages. Small (1% ??) speed improvement.
  23.        Fixed *very* obscure bug in Browser.
  24.  
  25. 7.0P   Fixed the IniWritePvt and IniReadPvt problems once again.
  26.  
  27.        ***********************
  28.        ADDED HOTKEY CAPABILITY
  29.        ***********************
  30.        Hotkeys may now be associated with any menu item....See CP_HELP.CRD
  31.        and CMDPOST.CPM Sample menus. 
  32.  
  33.        Added a few new functions:
  34.   
  35.        DirRename(old-dir,new-dir)       The long missing Directory Rename
  36.        WallPaper("filename.BMP",0)      Changes Windows Wallpaper
  37.        ItemCount(list,delim)            Returns number of items in a list
  38.        ItemExtract(number,list,delim)   Extracts an item from a list
  39.  
  40.  
  41.        As usual, refer to CP_HELP.CRD.  Added Change Wallpaper to the View
  42.        command in CMDPOST.CPM
  43.  
  44. 7.0N   Added more international support in
  45.        
  46.        Fixed bug where DiskReset did not work properly on some networks
  47.  
  48. 7.0M   Fixed minor annoyance where screen would update when the iniwrite
  49.        function was called.  
  50.  
  51.        Fixed various problems in cmdpost.cpm file.  FORMAT and PIFEDIT sections
  52.        repaired.
  53.  
  54.        Added IniWritePvt and IniReadPvt functions for reading and writing private
  55.        ini files.
  56.  
  57.  
  58. 7.0K   Added IF-THEN statements   <<<<<<<<<<<<<<<<<
  59.  
  60.        Added GOTO statements      <<<<<<<<<<<<<<<<<
  61.  
  62.        Bug in DirItemize("*.*") fixed
  63.  
  64.        IniWrite now notifies all Winapps that the ini file was updated.
  65.  
  66.        Bug in StrScan fixed.  StrScan("xyz","z",0,@BACKSCAN) now works.
  67.  
  68.        DiskFree now accepts lowercase as well as uppercase characters.
  69.  
  70.        Changed CMDPOST.CPM and CMDUSER.CPM to use the IF-THEN's and the GOTO's
  71.  
  72.        Fixed a bug where copies to almost full floppies failed.
  73.  
  74.        The CPM files can now each be 64K in size (up from 32K).
  75.  
  76.        Command Post is now a real Windows 3.0 application, and will no longer
  77.        work with Windows 2.0
  78.  
  79.        Changed the setup program.  Now we have a Windows 3.0 setup program too.
  80.  
  81.  
  82. 7.0J and Previous
  83. 7.0J   Modified copyright notice to only show up once a day
  84.  
  85.        Fixed bug in WinClose where mouse would temporarily lock up.
  86.  
  87.        Added File.Hilite and File.Unhilite menu items to cmdpost.cpm
  88.  
  89.        Fixed bug where unary operations paired with functions resulted
  90.        in a syntax error.   e.g.  !IsNumber(5) used to be an error.
  91.  
  92.        Fixed bug with WinActivate and WinShow...
  93.  
  94.        Added WIN.INI file AutoUpdate to control the automatic updating
  95.        of the directories.  If the flag is set to zero in the [CmdPost]
  96.        section of the win.ini file, the automatic updates will be disabled.
  97.        i.e. To disable the automatic updating,
  98.                [CmdPost]
  99.                AutoUpdate=0
  100.  
  101.  
  102.        DOSVersion   ...Returns DOS version (or OS/2 version)
  103.        WinConfig    ...Returns Win 3.0 configuration flags.
  104.        WinPosition  ...Returns Window position information
  105.        FileRoot     ...Parses out root of filename
  106.        FileExtension...           extension
  107.        FilePath     ...           drive and path
  108.        StrReplace   ...Replaces all occurances of one string with another
  109.        WinExist     ...Tests for Window existance
  110.        DiskReset    ...Re-examines disks...use after adding a network disk.
  111.        DiskHide     ...Hides disk drives.  Good for unwanted network drives.
  112.        FileHilite   ...Hilites or unhilites files based on a mask
  113.        IsKeyDown    ...Checks status of Shift and CTRL keys
  114.  
  115.        CP_VIRT.BAT file added to show how to start DOS apps
  116.        with a different path.
  117.  
  118.