2

How to make a default program for pattern of file extensions in Windows?

Specifically, I SSH into a Linux cluster to run job scripts and there is information in a file of the form

JobName.o####

where #### is a counter of the number of jobs since the system was last reset, so it can be any length.

Doing some poking around it seems like the method described in this question for extensionless files could be used. However, how do I handle the numbers at the end?

0 Answers0