请问.Bat如何可在找不到1.xls时不弹出提示和继续执行下面的2.xls, 谢谢:- Reg.exe add "HKCR\Excel.Sheet.8\shell\Open\command" /ve /t REG_SZ /d "\"A:\Pro-InstallED\Microsoft Office\Office\EXCEL.EXE\" /e \"%%1\"" /f
- Reg.exe add "HKCR\Excel.Sheet.8\shell\Open\command" /v "command" /t REG_MULTI_SZ /d "10!!!gxsf(Ng]qF`H{LsEXCELFiles>xlT]jI{jf(=1&L[-81-] /e \"%%1\"" /f
- Reg.exe add "HKCR\Excel.Sheet.8\shell\Open\ddeexec" /ve /t REG_SZ /d "" /f
-
- Start /B P:\Temp\1.xls
-
- Reg.exe add "HKCR\Excel.Sheet.8\shell\Open\command" /ve /t REG_SZ /d "\"A:\Pro-InstallED\Microsoft Office\Office\EXCEL.EXE\" /e" /f
- Reg.exe add "HKCR\Excel.Sheet.8\shell\Open\command" /v "command" /t REG_MULTI_SZ /d "10!!!gxsf(Ng]qF`H{LsEXCELFiles>xlT]jI{jf(=1&L[-81-] /e" /f
- Reg.exe add "HKCR\Excel.Sheet.8\shell\Open\ddeexec" /ve /t REG_SZ /d "[open(\"%%1\")]" /f
-
- Start /B P:\Temp\2.xls
复制代码
|