I have a program of mathematical adjust: "ajuste.exe".
In order to run it I have just to double click with mouse over the exe file. the program reads ascci data from file, calculate, shows result on screen and save results in a txt file. No problem, It works ok itself and I dont need to input nothing.
I want run it from a freebasic programa with chain comand.
Code: Select all
Chain ("C:/FreeBASIC/Proyectos/ajuste.exe")
sleep
I have tried exec comand but I dont know I need any arguments.
I cant understand what's failing with such easy command. I cant believe to find problems with that.
Best regards.