Saturday, March 7, 2015

windows - Looking to make shortcut or invisible batch to run partial filename of a program

I'm looking to make a shortcut to a program on a network drive where the program and it's name is sometimes updated to a new version. Right now it's located at and named to this.


\\USERZ390\e\Benching\GPU-Z.2.22.0.exe


But periodically the program is updated to something like GPU-Z.2.23.0.exe or GPU-Z.3.1.0.exe, etc. Basically, GPU-Z.*.exe


Is there a way to make a shortcut to this program that accepts wildcards? If not, what about a batch file that runs invisibly (no visible command prompt) without needing to install extra apps?


Thanks in advance, you guys are awesome.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...