System Functions - dalefugier/DOSLib GitHub Wiki
dos_adminp - Checks the administrative status of the current user.
dos_asynckeystate - Determines whether a key is up or down.
dos_beep - Plays a Windows sound.
dos_capslock - Manipulates the Caps Lock key.
dos_cdate - Returns a formatted date/time string.
dos_clipboard - Returns or sets Windows Clipboard text.
dos_cmdargs - Retrieves the command-line arguments used to launch AutoCAD.
dos_computer - Returns or sets the computer name.
dos_date - Returns or sets the system date.
dos_guidgen - Returns a random, globally unique identifier.
dos_hostname - Returns the system's hostname.
dos_htmlhelp - Displays the contents of an HTML help file.
dos_ipaddress - Returns the system's IP addresses.
dos_isacad64 - Determines if AutoCAD is 64-bit.
dos_ispoweruser - Checks the power user status of the current user.
dos_iswin64 - Determines if Windows is 64-bit.
dos_macaddress - Returns the system's MAC address.
dos_mem - Returns system memory information.
dos_nicinfo - Returns detailed information on the system's network adapters.
dos_numlock - Manipulates the Num Lock key.
dos_pause - Pauses program execution.
dos_printscrn - Screen capture utility.
dos_scrolllock - Manipulates the Scroll Lock key.
dos_sortlist - Sorts a list of numbers or strings.
dos_speaker - Plays a sound through the PC speaker.
dos_systemmetrics - Retrieves the specified system metric or system configuration setting.
dos_tickcount - Returns the number of milliseconds since the device booted.
dos_time - Returns or sets the system time.
dos_username - Returns the current user.
dos_ver - Returns the operating system version number.
dos_wav - Plays a waveform audio file.
dos_winhelp - Displays a Windows Help file.