1.

Solve : Launch a shortcut?

Answer»

I am trying to run a dos file from a CD. I want to have it run FULL screen, but in XP I don't have the OPTION in the properties. If I CREATE a shortcut to the bat file I can change the options but I don't know how to run the shortcut from a bat file.

I tried this but it didn't work

START "C:\path\filename.lnk"

also I tried

CALL "C:\path\filename"

this would launch the shortcut, but it didn't run it at full screen like I have in the properties of the shortcut. Any IDEAS how to get this to run full screen?

ThanksYou MAY need to enable EXTENSIONS

In a batch try:
@SETLOCAL ENABLEEXTENSIONS
@C:\path\filename.lnk


DOS IT HELP?



Discussion

No Comment Found