C# Help
#1
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

#2


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

#3
Thanks for the help

#4
Np can u please empty ur Messenger here in lckb ?

#5
Yea give me Five mins I'm on a cell

#6
#closed



Forum Jump:


Users browsing this thread: 1 Guest(s)