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
Post a Comment