@EXETYPENot in LE
Print Topic  Return to Overview  Previous Topic  Next Topic 

@EXETYPE[filename]: Returns the application type for an executable file:

 

Code

Application type

0

Unknown

1

DOS app

2

PIF file

3

Win16

4

Win 3.x VxD

5

OS/2

6

Win32 GUI

7

Win32 console

8

Posix

 

Examples:

 

echo %@exetype["d:\path\myprog.exe"]

echo %@exetype["%comspec"]

 

 

 

Topic "f_exetype.htm" last edited 5/12/2008. ©2008  JP Software, Inc.
Keywords: @EXETYPE