Originally Posted by
Moosepeepee
Can someone please help me? This is what i keep getting
imgur: the simple image sharer
ugh, I know im doing SOMETHING very simple wrong. But I cant figure it out!
Change the dh.ini file to just show @ScriptDir without the location and then put the pngs inside a folder called "pics" in the same folder as your script. So it would be like this:
C:\Users\<USER>\Desktop\Script\1.93.au3 - The location of the script
C:\Users\<USER>\Desktop\Script\pics\ - The location of all the png files.
The code in the .au3 file should read like this:
Code:
If $pngLoc == "@ScriptDir" Then $pngLoc = @ScriptDir & "\pics\"