I would like to know on why the following script not able to open URL using Chrome by joining strings together
C:\path.txt contains "business"
start /b /max "IE" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "https://edition.cnn.com/" + (Get-Content 'C:\path.txt')
Does anyone have any suggestions?
Thanks in advance for any suggestions
Thanks in advance for any suggestions