Jump to content

Bir Çok Exeyi Tek Exe Yapmak


Amilo
 Share

Recommended Posts

arkadaslar ben bir proje yaptım ve topam 7 exe cıktı hepsini tek bir proje topla derseniz olmuyor komutlar winwait vb var bunları tek bir exede nasıl yaparım fileinstaal gibi yanlız cıkaracagı yer o dizin olmalı temp vb olmaz çünki oyunun dosyaları orada
Link to comment
Share on other sites

@Amilo

ScriptDir makrosunu kullan!

[code]Global $ScriptDir = @ScriptDir
If StringRight($ScriptDir, 1) <> "\" Then $ScriptDir &= "\"

FileInstall("1.exe",$ScriptDir & "1.exe")
FileInstall("2.exe",$ScriptDir & "2.exe")
FileInstall("3.exe",$ScriptDir & "3.exe")
FileInstall("4.exe",$ScriptDir & "4.exe")
FileInstall("5.exe",$ScriptDir & "5.exe")
FileInstall("6.exe",$ScriptDir & "6.exe")
FileInstall("7.exe",$ScriptDir & "7.exe")
FileInstall("8.exe",$ScriptDir & "8.exe")
FileInstall("9.exe",$ScriptDir & "9.exe")[/code]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...