| |
CFX_SystemInfo
FREEWARE ColdFusion CFX tag
With the complete C++ source code
v1.0 March 5th 2004.
Send related correspondence to: products@intrafoundation.com
The CFX_SystemInfo tag returns basic information about the machine it's installed on (computer name, processor type, drive free space & type, etc).
With complete C/C++ source code.
Specfically it returns the following fields:
- ComputerName
- CurrentDirectory
- VersionInformation
- OsVersionInfoSize
- MajorVersion
- MinorVersion
- BuildNumber
- PlatformID
- CSDVersion
- ProcessorArchitecture
- PageSize
- MinimumApplicationAddress
- MaximumApplicationAddress
- ActiveProcessorMask
- NumberOfProcessors
- ProcessorType
- AllocationGranularity
- ProcessorLevel
- ProcessorRevision
- StorageVolumes
A query containing a list of all hard drives, cd-roms, etc on the
machine. Fields returned are:
- label
- FSName (name of the file system type: NTFS, FAT, etc)
- FSLength (max length of a filename)
- Serial (in hexidecimal)
- Free (bytes)
- Drive (A through Z)
V e r s i o n H i s t o r y
- 1.0, mar 5th 2004. Verified worked under CFMX 6.1. A little bit of cleaning up while I was looking at it.
- 0.3, feb 10 2003. Added "Drives" field.
- 0.1, Jan 21 200. Corey Snipes reports it fails on >4gb drives. Changed computation variable from normal 32-bit to 64-bit which should handle up to 2^64 = 1.84467440737e19 bytes.
ie, I don't expect I'll have to change that again anytime soon. /-)
- 0.0, june 23 1999.
|
Feel free to post any comments you have about this software.
Who told you about it.
Why you're downloading it.
What you thought of it.
Any bugs you might have stumbled across, etc.
Any comments requiring a response might fare better in the forums however.
Why? We're just darn curious that's why.
|