Don't forget that .cmd is an executable file.
authorChris Hanson <org/chris-hanson/cph>
Mon, 27 Dec 1999 20:44:21 +0000 (20:44 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 27 Dec 1999 20:44:21 +0000 (20:44 +0000)
v7/src/runtime/os2prm.scm

index b96ef729aff3c696d11b40e5131b44354d450ad2..56571a60ea021cca9a4f6aa108ecd7b63da25c54 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: os2prm.scm,v 1.43 1999/04/26 16:35:21 cph Exp $
+$Id: os2prm.scm,v 1.44 1999/12/27 20:44:21 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
@@ -608,4 +608,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   (list "/c" command))
 
 (define (os/executable-pathname-types)
-  '("exe" "com" "bat" "btm"))
\ No newline at end of file
+  '("exe" "com" "bat" "cmd" "btm"))
\ No newline at end of file