I tried
system(trim('file -bi'.escapeshellarg('C:\filename.extension')));
but nothing showed to the screen.
If I tried to run the command in the command line, it works fine.
Thank you very much for the help!
system(trim('file -bi'.escapeshellarg('C:\filename.extension')));
but nothing showed to the screen.
If I tried to run the command in the command line, it works fine.
Thank you very much for the help!
Comment