![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Finding 16-bit applications / MS-DOS Hi! I am looking for scripted way to find out which .exe files of a system are 16-bit applications. Does anybody have an idea which methode i could use? Thanks! Jakob |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Finding 16-bit applications / MS-DOS "Jakob" <jakob.hager@xxxxxx> wrote in message news:e1c14a3d-0ccd-4562-968c-f37820182e40@xxxxxx Quote: > Hi! > I am looking for scripted way to find out which .exe files of a system > are 16-bit applications. > > Does anybody have an idea which methode i could use? > > Thanks! > Jakob @echo off set target=c:\Program Files\My Application if exist c:\DOS.txt del c:\DOS.txt for %%a in ("%target%\*.exe") do filever "%%a" | find /i " DOS " >> c:\DOS.txt notepad c:\DOS.txt You can get filever.exe from here: http://www.microsoft.com/downloads/d...displaylang=en |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| I'm finding for.. | Software | |||
| finding files | Vista file management | |||
| Several applications are trying to access the internet to specific ip address 10.0.0.138 & 224.0.0.2, while ARE NOT internet applications! ref/eDN3072784783 | Vista General | |||
| Finding files | Vista file management | |||
| finding the iso for rc1 | Vista General | |||