Is the free version of Exporter compatible with Windows 2003? When running exporter from the command line using
exporter.exe export.ini "ComputerName"
The only thing that appears is
Exporter version 2.9
The text file defined in the .ini is not created
Below is a sample my .ini file
[Export]
Verbose=1
VeryVerbose=0
ExportDomain=WORKGROUP
ExportTitles=1
Append=1
SkipUnix=1
ExportCmd=.\exporter.exe
Delimiter=,
ExportUsers=1
ExportUserFile=c:\users.txt
ExportDomainUsers=0
ExportBDCUsers=0
ExportServerUsers=1
Thanks
exporter.exe export.ini "ComputerName"
The only thing that appears is
Exporter version 2.9
The text file defined in the .ini is not created
Below is a sample my .ini file
[Export]
Verbose=1
VeryVerbose=0
ExportDomain=WORKGROUP
ExportTitles=1
Append=1
SkipUnix=1
ExportCmd=.\exporter.exe
Delimiter=,
ExportUsers=1
ExportUserFile=c:\users.txt
ExportDomainUsers=0
ExportBDCUsers=0
ExportServerUsers=1
Thanks
Comment