I have a program that I cannot edit that produces files with sequentially numbered file extensions *.o### (ie, *.o641, *o.642, etc.). These files are just text files that I would like to open with Notepad++, however Windows does not recognize them and so I have to go through the entire, "Select a program..." nonsense for every single new run of the program.
I tried using the windows command prompt "assoc.o641=.txt", but this only works for a single file and thus is just as cumbersome as the "select a program" routine. assoc .o***-.txt does not work, assoc .o*=.txt does not work, and I can't figure out how to get a FOR loop to do it for all numbers 000-999.
Does anyone know of a way to fix this so that any file with the extension *.o### opens automatically in Notepad++?
Thanks
I tried using the windows command prompt "assoc.o641=.txt", but this only works for a single file and thus is just as cumbersome as the "select a program" routine. assoc .o***-.txt does not work, assoc .o*=.txt does not work, and I can't figure out how to get a FOR loop to do it for all numbers 000-999.
Does anyone know of a way to fix this so that any file with the extension *.o### opens automatically in Notepad++?
Thanks