我有一个批处理文件。其中,我需要在一个带有参数的新窗口中启动自己的另一个副本。我试过这个命令 start "" "%~0" "Param" 但它说 '"Param"' is not recognized as an internal or external command, operable program or batch file. 并没有开始任何事情。我能让它发挥作用的唯一方法是 start %~0 Param ,但我想如果路径有空格会崩溃。所以  使用参数启动当前批处理文件的另一个实例的正确方法是什么? 
                   你的意思是另一个  额外  实例,目前的运行? 
                
                
                  
                    —
                    LotPings
                    
                  
                
              
                   是的我知道,谢谢 
                
                
                  
                    —
                    Mark Deven