1.

Solve : CMD help ""?

Answer»

I have wrote a bat file "a.bat"
in it i wrote folowing :


@ECHO off
set /P Homepage=Type Url:
start C:\Program\Internet Explorer\IEXPLORE.EXE %homepage%
^
here is where the error is the space!


what shuld i write instead of space?Enclose the path in double quotes ""You can ALSO omit the exe file and just use:
Code: [SELECT]@echo off
set /p Homepage=Type Url:
start %homepage% Quote

Enclose the path in double quotes "<path&GT;"
thank you as *censored* 2K_dummy


Discussion

No Comment Found