
C:\>start iexplorer.exe /low
The system cannot find the file iexplorer.exe.
제목을 'MyBrowser'로 설정하는 동안 iexplorer 시작을 사용할 때 /low를 사용하고 최소화하려면 /min을 사용하도록 올바르게 입력하려면 어떻게 해야 합니까?
답변1
해당 오류가 발생하는 이유는 Internet Explorer .exe의 이름이 실제로 iexplore.exe
가 아니라 이기 때문입니다 iexplorer.exe
. r
거기에 있으면 안 되는 이름을 입력한 추가 항목일 뿐입니다 .
수행하려는 작업에 대한 전체 명령은 다음과 같아야 합니다.
C:\>start "MyBrowser" /low /min iexplore.exe