Extremely simple way to access local file system

This two liner is not considered anything built to win a prize, but it works 100% in a MS Windows driven environment, unless the user has manually gone in and deleted explorer.exe. I use it on our intranet home page labelled "Windows File System". Users love it because it enables them to launch any other app from Notes...the best part is the end user thinks it's some cryptic code that accesses the Windows API. Anyway, it works on NT 4.0, 95, 98, 2000, and ME.


@Command([Execute];@If(@Platform([Specific])
= "Windows/NT";"C:\\winnt\\explorer.exe";"C:\\windows\\explorer.exe"))

This was first published in April 2001

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.