- Where Developers Learn, Share, & Build Careers


I want to node the file. Exe

But ignoring all other .exe files, how can I get it?

My code is not working:

  #Compiled source #################### build / *! Node.exe * .exe * .o * .so * .com * .pdb * .i    

Specify the following order:

 ! From Node.exe * .exe   

:

  *. Exe! Node.exe   

Previous description "Overwrite" last.

Comments

Popular posts from this blog

python - Assemble mpeg file unable to play in mediaplayer -

c# - crystal report failed -

mongodb - CakePHP paginator ignoring order, but only for certain values -