Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Don't really know a title..

$
0
0
Well, hi! I was just wondering how to do something for a 32bit computer.

My computer is 64bit, and I was wondering how I could use the InetGet function and the filemove function FOR 32bit.

My 64bit code looks something like this:

$Download = InetGet("Link is here", @DesktopDir & "\NotepadRunner.exe",1)
InetGetInfo($Download, 2)
FileMove(@DesktopDir & "\NotepadRunner.exe", "C:\Program Files")



I made a colleague of mine that was 32bit test it, and he said it wasn't functioning.

Viewing all articles
Browse latest Browse all 12506

Trending Articles