diff --git a/src/makeBaseApp/iocAppBuildSRcontrol.html b/src/makeBaseApp/iocAppBuildSRcontrol.html
index 4af7b215d..b8e3eb13d 100644
--- a/src/makeBaseApp/iocAppBuildSRcontrol.html
+++ b/src/makeBaseApp/iocAppBuildSRcontrol.html
@@ -216,6 +216,11 @@ mkdir myapp
cd myapp
/usr/local/epics/baseR3.13.0.beta12/bin/solaris/makeBaseApp.pl -t example example
/usr/local/epics/baseR3.13.0.beta12/bin/solaris/makeBaseApp.pl -i -t example example
+WIN95/NT notes: Perl scripts are invoked with the command "perl
+<scriptname>" on win95/NT and
+
Perl scripts are case sensitive. For example to create an application
+on WIN95/NT:
+
perl C:\epics\base\bin\win32\makeBaseApp.pl -t example example
gnumake@@ -1487,9 +1489,6 @@ Another useful command is: This removes the host and target architecture directories created by make. ".<arch>" can be appended to invoke clean for a particular architecture. -