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:
I made a colleague of mine that was 32bit test it, and he said it wasn't functioning.
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.