スペースを含むディレクトリまたはファイル名の存在を確認する方法
@echo off
if not exist "C:\"Documents and Settings"\box\putty\file"
(
echo hello
)
pause
エラー:
'and' is not recognized as an internal or external command,
operable program or batch file.
hello
Press any key to continue . . .