Posts: 135
Threads: 30
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Feb 2012
Reputation:
0
hello every one I'm making tools for lc and I'm stuck on how to make a button on tool to make it where it loads up the exporter that was released on here. All the my tools I'll be making will import from the sql then make the lod
Posts: 336
Threads: 14
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2013
Reputation:
0
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = "ExportLod.exe";
startInfo.Arguments = " -h " + IP + " -d " + DB + " -u " + USER + " -p " + USERPW +
" -k " + version + " -l " + language + " -t " + lodfile;
Process.Start(startInfo);
just fill the ip, db, user, pw, version, language and the file and place the exporter i released in the same directory as the tool
Posts: 336
Threads: 14
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2013
Reputation:
0
Np can u please empty ur Messenger here in lckb ?
Posts: 135
Threads: 30
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Feb 2012
Reputation:
0
Yea give me Five mins I'm on a cell