HI!
Want to create “.exe” for python application having folder structure as mentioned below.
bin : folder contains all binaries and modules
Conf: folder contains config file
Log: folder contains Log file generated by application
output: folder contains file have output generated after command execution trough main python application.
cls-w64-704-l: folder contains utility to scan drive through command line.
Python Application runs with below mentioned command.
python C:\Users\LabAutm\Desktop\Automation\AvScan\bin\AvScan.py “C:\Users\LabAutm\Desktop\Automation\AvScan\Conf\AvScanConfig.ini”
Want to convert this application into “.exe” to run on windows KIOSK mode.
Let me know if require further information.
Thanks
Abhineet kumar