hi,
i was trying to make one of those nifty programs where you can drag some files on the shortcut (or actual program) to lauch the program with those files. that is not too diffucult, but when i made the program en tried it on my firend computer it failed. the reason it failed was because my computer quotes the files that you drag onto a shortcut so the commandline becomes like this:"c:\pictures\pic1.png" "c:\pictures\pic2.png" "c:\pictures\pic3.png" while his computer gave this commandline:c:\pictures\pic1.png c:\pictures\pic2.png c:\pictures\pic3.png we both use winxp home, only his os language is dutch while mine is english(uk), but that shouldn't make a difference right? that would be silly.
|