Answer the question
In order to leave comments, you need to log in
Copying to fasm with path?
format pe gui
include 'win32ax.inc'
;//----------
.data
path db ?
oldFile db 'C:\Users\%username%\AppData\Local\BlueStacks\log.txt',0
newFile db 'C:\Testing\info',0
;//----------
.code
start:
invoke CopyFile,oldFile,newFile,0
invoke ExitProcess,0
;//------------
.end start
Answer the question
In order to leave comments, you need to log in
I suppose somehow through ExpandEnvironmentString.
But I can't figure it out.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question