
JK Patcher & CogExt.dll |
| AH!! (No need to read, Problem Solved!!) (Moderator: Hell Raiser) | Previous Topic | Next Topic |
| Page 1 of 1 |
|
DownloadFile(Blah blah) 'Works fine, file is created, execution returns when file is 100% done RunProgram(FileExe) 'This function has been rewired so many times, it's not funny. I did however come across one that would run JK properly. On Error Resume Next 'You'll see why FileCopy ExtractedFile, FileDestination 'Copy file while Err = 53 'File not found DoEvents 'do crap in the bg FileCopy ExtractedFile, FileDestination 'copy it wend |
| Page 1 of 1 | |
| AH!! (No need to read, Problem Solved!!) (Moderator: Hell Raiser) | Previous Topic | Next Topic |