home *** CD-ROM | disk | FTP | other *** search
- 7.0W Fixed setup program
- Fixed assorted bugs
- Modified startup sequence for speed
- Move parameter storage from WIN.INI to WWW-PROD.INI
- (If updating, you may wish to copy the [CmdPost] section
- from WIN.INI to WWW-PROD.INI)
- Modified Menu.
-
- 7.0W is actually a pre-release of a future version of Command Post.
- As such, the documentation describes the 7.0S version, and has not
- yet been updated to reflect the new version.
-
- 7.0S Fixed TextBox to return proper data.
- Added FileOpen, FileRead, FileWrite and FileClose functions
- Fixed assorted minor problems.
- Added FileAppend function.
- Fixed problem where menu of second Command Post did not show
- up on unlicensed versions.
-
-
- 7.0R Getting good at fixing hotkeys. Got them fixed good this time.
- Added better WinExec error messages. Small (1% ??) speed improvement.
- Fixed *very* obscure bug in Browser.
-
- 7.0P Fixed the IniWritePvt and IniReadPvt problems once again.
-
- ***********************
- ADDED HOTKEY CAPABILITY
- ***********************
- Hotkeys may now be associated with any menu item....See CP_HELP.CRD
- and CMDPOST.CPM Sample menus.
-
- Added a few new functions:
-
- DirRename(old-dir,new-dir) The long missing Directory Rename
- WallPaper("filename.BMP",0) Changes Windows Wallpaper
- ItemCount(list,delim) Returns number of items in a list
- ItemExtract(number,list,delim) Extracts an item from a list
-
-
- As usual, refer to CP_HELP.CRD. Added Change Wallpaper to the View
- command in CMDPOST.CPM
-
- 7.0N Added more international support in
-
- Fixed bug where DiskReset did not work properly on some networks
-
- 7.0M Fixed minor annoyance where screen would update when the iniwrite
- function was called.
-
- Fixed various problems in cmdpost.cpm file. FORMAT and PIFEDIT sections
- repaired.
-
- Added IniWritePvt and IniReadPvt functions for reading and writing private
- ini files.
-
-
- 7.0K Added IF-THEN statements <<<<<<<<<<<<<<<<<
-
- Added GOTO statements <<<<<<<<<<<<<<<<<
-
- Bug in DirItemize("*.*") fixed
-
- IniWrite now notifies all Winapps that the ini file was updated.
-
- Bug in StrScan fixed. StrScan("xyz","z",0,@BACKSCAN) now works.
-
- DiskFree now accepts lowercase as well as uppercase characters.
-
- Changed CMDPOST.CPM and CMDUSER.CPM to use the IF-THEN's and the GOTO's
-
- Fixed a bug where copies to almost full floppies failed.
-
- The CPM files can now each be 64K in size (up from 32K).
-
- Command Post is now a real Windows 3.0 application, and will no longer
- work with Windows 2.0
-
- Changed the setup program. Now we have a Windows 3.0 setup program too.
-
-
- 7.0J and Previous
- 7.0J Modified copyright notice to only show up once a day
-
- Fixed bug in WinClose where mouse would temporarily lock up.
-
- Added File.Hilite and File.Unhilite menu items to cmdpost.cpm
-
- Fixed bug where unary operations paired with functions resulted
- in a syntax error. e.g. !IsNumber(5) used to be an error.
-
- Fixed bug with WinActivate and WinShow...
-
- Added WIN.INI file AutoUpdate to control the automatic updating
- of the directories. If the flag is set to zero in the [CmdPost]
- section of the win.ini file, the automatic updates will be disabled.
- i.e. To disable the automatic updating,
- [CmdPost]
- AutoUpdate=0
-
-
- DOSVersion ...Returns DOS version (or OS/2 version)
- WinConfig ...Returns Win 3.0 configuration flags.
- WinPosition ...Returns Window position information
- FileRoot ...Parses out root of filename
- FileExtension... extension
- FilePath ... drive and path
- StrReplace ...Replaces all occurances of one string with another
- WinExist ...Tests for Window existance
- DiskReset ...Re-examines disks...use after adding a network disk.
- DiskHide ...Hides disk drives. Good for unwanted network drives.
- FileHilite ...Hilites or unhilites files based on a mask
- IsKeyDown ...Checks status of Shift and CTRL keys
-
- CP_VIRT.BAT file added to show how to start DOS apps
- with a different path.
-
-