changed: #executableFileExtensions
authorClaus Gittinger <cg@exept.de>
Tue, 23 Aug 2011 19:07:07 +0200
changeset 13616 69b0892613ed
parent 13615 6fee233c1f8a
child 13617 99a24e792ee6
changed: #executableFileExtensions
Win32OperatingSystem.st
--- a/Win32OperatingSystem.st	Sun Aug 21 18:01:15 2011 +0200
+++ b/Win32OperatingSystem.st	Tue Aug 23 19:07:07 2011 +0200
@@ -7377,7 +7377,7 @@
     "return a collection of extensions for executable program files.
      Only req'd for msdos like systems ..."
 
-    ^ #('com' 'exe')
+    ^ #('com' 'exe' 'bat')
 
     "Created: 2.5.1997 / 11:42:29 / cg"
 !
@@ -16399,11 +16399,11 @@
 !Win32OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.424 2011-08-12 14:38:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.425 2011-08-23 17:07:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.424 2011-08-12 14:38:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.425 2011-08-23 17:07:07 cg Exp $'
 ! !
 
 Win32OperatingSystem initialize!