Could anyone help me out, I have a batch file find.bat
which has a statement:
findmp 开发者_运维技巧%VARIABLE%
what I would like to find out is how to pass a paramater on the batch file
e.g. find.bat /C:\Test
So when called the batch file would execute:
findmp C:\Test
Can this be done in Batch?
can't be the first parameter?
find.bat c:\test
and inside the bat:
findmp "%1"
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论