how to create binary application from commandline?

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
iip
Posts: 32
Joined: January 19th, 2012, 11:30 pm

how to create binary application from commandline?

Post by iip »

Hi all,

Anyone know how to create a binary application from command prompt? just like makebin in ISSA.

Thanks,

-iip-
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: how to create binary application from commandline?

Post by Gregory Martin »

You must invoke CSEntry with the parameter /binaryWin32. You can also use the optional parameter /binaryName. For example:
"C:\Program Files\CSPro 4.1\CSEntry.exe" "Census 2000 Data Entry.ent" /binaryWin32

"C:\Program Files\CSPro 4.1\CSEntry.exe" "Census 2000 Data Entry.ent" /binaryWin32 /binaryName "binaryFilename.enc"
iip
Posts: 32
Joined: January 19th, 2012, 11:30 pm

Re: how to create binary application from commandline?

Post by iip »

Thanks a lot Greg, I need this way because on implementation sometimes I forgot to regenerate the binary, so the program isn't updated, I will put this command into installation scripts, so it will be re-generated everytime the application repackaged.
Post Reply