Search found 2 matches

by rubing
21 Nov 2013 12:16
Forum: DOS Batch Forum
Topic: batch file does not work with shortcut key
Replies: 10
Views: 14062

Re: batch file does not work with shortcut key

Yes, it was a clash! When it first didn't work I suspected a clash and so tried a different lettter (m), unluckily that was also a letter that clashed...arrrrrrrgggghhhhhh...freaking windows!
by rubing
20 Nov 2013 22:25
Forum: DOS Batch Forum
Topic: batch file does not work with shortcut key
Replies: 10
Views: 14062

batch file does not work with shortcut key

Using Windows 7 and wrote a little batch script to open an image file of interest in the native Windows Photo Viewer, so basically am just using the command: CALL somepic.png This works fine when I click on the program or it's shortcut or enter it at the commandline. However, it does not work when I...