1.

Solve : How to make .cmd create a shortcut and write data to it?

Answer»

Im trying to make a batch or cmd make the missing or corrupt file if it does work Example:
:blm
cd data
cd links
if not exist borderlands.url (What ever the command would be here) else goto blm1
echo.File missing
echo.Recreating
pause>null
echo.done
echo.Press a key to continue
pause>null
del null
goto mainmenu

This is just a PORTION of my bat file Please help MUCH appreciated
A tip: if you used >nul INSTEAD of >null you wouldn't create those files called 'null' that you have to delete.

Download shortcut.exe _ Google for it.That was not exactly what i was LOOKING for but i got me to a link that i needed to get the job Done so Thanks



Discussion

No Comment Found