Take Command / TCC Help v. 13.03
@EXETYPENot in LE
Hide Navigation Pane
@EXETYPENot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@EXETYPENot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@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"]

 

 

 

Comments (...)