... system( "command \\path\\with spaces\\file" ); ... #### ... system( '\path\to\command.exe', '\path\with spaces\file' ); ... #### ... system( q[command "\path\with spaces\file" ] ); ...
## ... system( '\path\to\command.exe', '\path\with spaces\file' ); ... ##
## ... system( q[command "\path\with spaces\file" ] ); ...