I want to make a shortcut, having this command
timeout 10 & rem 1
The command simply time outs in 10 seconds and then do whatever is in the next command (here rem
is a comment, ie it does nothing)
While it works as a command directly in CMD if I put the same in LNK file, it does not. I'm used to LNK files so this is strange.
The same LNK file resolves to this error:
ERROR: Invalid syntax. Default option is not allowed more than '1' time(s). Type "TIMEOUT /?" for usage.