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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

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