how to run exe file from perl script using full path -


how can run .exe file specific directory in cmd perl script. example, should write run file in c:/users/user/desktop/file.exe. tried this:

 system("c:/users/user/desktop/file.exe"); 

but didn`t work. right syntax ?


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -