Release Date: 11/11/2025
Version: 8.6 & Up
Q - I wrote a document note in Markdown format. I right click on the note and choose "Preview MarkDown" in the popup menu. See sample screen below:
This brings me to the Markdown preview website "
https://markdownpreview.elliott.com/?text=...." I noticed the text is cut off at 2,084 characters. I use a Chrome browser and I run Elliott 8.6 on Windows 2008 server. What causes the cut-off?
A - It will work on Windows 2012 and after server and correctly. Just to share more information, the Windows 2008 server is based on Windows 7 OS, and the maximum ShellExecute (command-line) length is around 2,084 - 2,086 characters (depending on encoding and quoting). After Windows Server 2012, Microsoft expanded the newer kernels with maximum command-line length to 32,767 (32K) characters.
Since
most of our users nowadays would be on Windows 11 or at least Windows 10, I
suspect this is not an issue. We also told our users that Windows 2008 server is not a
supported environment since we know it will have problems with credit card TLS
encryption issues. So, this is not an issue we will address. You just need to upgrade to a newer OS environment to address this limitation.
The following is the question posted to Copilot:
On Windows 2018 server, I can use shell execute
command to start a browser session with a URL like "https://...."
of total length 2464 bytes. The browser displays the page correctly. On the
other hand, on a Windows 2008 R2 server, when I try the same shell execute command
to start a browser session, the URL is cut off at 2086 bytes. In both cases, it
is the latest Chrome Browser. Can you think of where the limitation is that
causes the cut-off?
Copilot answered as follows:
Great technical observation — the difference isn’t coming from Chrome itself, but from Windows’ own ShellExecute / CreateProcess handling of command-line arguments on those older versions of the OS.
Here’s what’s happening:
🔍 Root Cause
📏 Key Limits
- Windows 2008 R2 / Windows 7: ~2,084 characters for ShellExecute arguments.
- Windows 2012+ / Windows 10+: ~32K characters.
✅ Why Chrome isn’t the issue
- Chrome itself supports very long URLs (well beyond 2K).
- The cutoff happens before Chrome ever sees the argument — it’s Windows truncating the command line passed to ShellExecute.
🛠 Workarounds
👉 So the limitation is Windows Server 2008 R2’s ShellExecute command-line argument length (~2086 characters), not Chrome.
Would you like me to outline a practical workaround using PowerShell that lets you feed Chrome a longer URL even on 2008 R2?
EMK
Related Articles
Using Markdown Language in Freeform Notes
Released: 3/17/2025 Versions: Elliott V8.6 and Higher Background Some exciting new Elliott technology is coming. One part of this new technology will make use of existing Elliott Notes, but the content will be presented in a richer format. Beginning ...
Feature - Document Notes
Release Date: 4/28/23 Version: Elliott 8.6 Introduction Elliott users are familiar with the availability of Notes in many places in Elliott. Whenever a particular record is being processed (a customer, a sales order, etc.), pressing F6 will bring up ...
Elliott V7.0 Release Notes: What's New Since Elliott V6.7
What’s New Since Elliott V6.7 System Wide Features Macro & Office Automation Elliott will allow users to launch a menu item automatically from the command prompt. For example, EL700 02 0101 02 will startup Elliott and launch the A/R module, then ...
Elliott V7.3 Release Notes: What's New Since Elliott V7.2
What’s New Since Elliott V7.2 Customer Relationship Management (CRM) CRM and beyond The center of Elliott’s Customer Relationship Management is eContact. eContact is an extension to the Customer database, as well as Vendor, Employee, Salesman, Sales ...
NOTEUPDT Elliott V8.0 Continuous Notes Enhancement for V8.0
Continuous Notes Enhancement for v8.0 New Capabilities The Notes functionality in Elliott version 8.0 has been enhanced to allow for continuous, free-format notes. The following capabilities have been added: Continuous content: You will be able to ...