Hi,
I tried to execute .tar file from MFC application. But it fails to extract
in Vista machine. Is tar not compatible with Vista? Please help me to know
this.

I wrote tar command extraction in a batch file (Unpack.bat). Im calling this
batch file from MFC application using CreateProcess function.

MFC application is calling Unpack.bat file and batch file is executing tar
command to extract compressed .tar file.

Extraction has been completed in Windows Xp machine..But in Windows Vista
its not working. If i clear the __COMPAT_LAYER variable or set its value as
WinXpSp2 then its working fine.Is tar not compatible with Vista? Please help
me to know this.

Reply via email to