MS DOS programming
Posted: Sun Feb 04, 2007 10:38 am
hey!
i was wondering, in the star wars battlefront mod tools there are things like soundclean.bat, right?
i tried editting a bat and creating my own ms dos programming. didnt work.
i made this example on the notepad and saved it as addonfolder.bat:
It doesnt work.
All i need to figure out is how to create a shortcut using programming. Can anyone help? whats the codes?
i only need to know how to make a shortcut and ill do the rest from there.
OR. i could use the editlocalize dos. ill get everything off that
i was wondering, in the star wars battlefront mod tools there are things like soundclean.bat, right?
i tried editting a bat and creating my own ms dos programming. didnt work.
i made this example on the notepad and saved it as addonfolder.bat:
Code: Select all
@goto C:\Program Files\Lucasarts\Star Wars Battlefront II\GameData\Addon
(then i saved)
All i need to figure out is how to create a shortcut using programming. Can anyone help? whats the codes?
i only need to know how to make a shortcut and ill do the rest from there.
OR. i could use the editlocalize dos. ill get everything off that