WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Vista

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

WWWBATCH INI

 Keywords: WWWBATCH.INI 

Due to restrictions of writting to the Windows directory on Vista, WWWBATCH.INI is now placed in the [Application Data]\WinBatch\Settings directory, instead of the Windows directory.

You can retrieve the [Application Data] path using ShortCutDir function.

appdatadir = ShortCutDir( 'AppData', 0, 0 )
wwwbatchdir = appdatadir : '\WinBatch\Settings\'
Pause( 'WWWBATCH.INI is located in:',  wwwbatchdir )

Article ID:   W17497
File Created: 2008:04:10:15:11:32
Last Updated: 2008:04:10:15:11:32