Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Yegg on July 24, 2005, 08:05 PM

Title: Exe Info Question
Post by: Yegg on July 24, 2005, 08:05 PM
In the following data, where does the last part of the data come from (712704)?
Warcraft II BNE.exe 05/15/01 20:53:20 712704

PS. This might sound stupid, but is the last value GetTickCount()?
Title: Re: Exe Info Question
Post by: Networks on July 24, 2005, 08:08 PM
Quote from: Yegg on July 24, 2005, 08:05 PM
In the following data, where does the last part of the data come from (712704)?
Warcraft II BNE.exe 05/15/01 20:53:20 712704

PS. This might sound stupid, but is the last value GetTickCount()?

Doubtful, I am sure your Gettickcount() return value would be much more.
Title: Re: Exe Info Question
Post by: Yegg on July 24, 2005, 08:11 PM
Okay, I was just wondering. So now all I need is to find out how to retrieve this value.
Title: Re: Exe Info Question
Post by: Lenny on July 24, 2005, 09:06 PM
It's the file size in bytes.
Title: Re: Exe Info Question
Post by: Yegg on July 24, 2005, 09:08 PM
Okay, thanks a lot Lenny.