Jump to content

Fileınstall Recorder Ufak Bi Değişiklik :)


tmraslan
 Share

Recommended Posts

Blue_life hocam BlueLife FileInstall Recorder v.1.3 Kaynak kodlarını vermiş bende kendi işimi görecek şekilde düzenleyim dedim fakat bir noktada takıldım.84-85. satırları şu şekilde değiştirdim
[codebox]$TOTALCODE &= 'File.Copy("'& StringTrimLeft($BL_PATH & $BL_FND_FILE, $FLD_LEN) & '\\",KurulumKlasoru.."\\' & _
StringTrimLeft($BL_PATH, StringLen($TARGET_FOLDER)) & '",true, true, false, true)' & @CRLF[/codebox]

verdiği koda şu şekilde
[codebox]File.Copy("Music\\Data\\Actions\\_at_Application.xml\\",KurulumKlasoru.."\\Music\\Data\\Actions\\",true, true, false, true)[/codebox]
fakat bu hale getiremedim
[codebox]File.Copy("Autoplay\\Docs\\Music\\Data\\Actions\\_at_Application.xml\\",KurulumKlasoru.."\\Music\\Data\\Actions\\",true, true, false, true)[/codebox]
Yardımınızı rica ediyorum Edited by tmraslan
Link to comment
Share on other sites

[quote name='MostWanted' date='03 October 2011 - 18:41 ' timestamp='1317660105' post='1089224']
AMS ile autoiti birbirleriyle karıştırmayınız lütfen.Kodların yarısı ams yarısı autoit?Bu kod nasıl çalışabilir ki.Sadece fonksiyon isimlerini değiştirerek dillerden birbirne dönüşüm yapılmıyor malesef.
[/quote]


Ams de autoit plugini kullanmış olablirmi?

Link to comment
Share on other sites

Uf aklım gidiyo geliyor.Kodları şu şekilde değiştirir misin?

$TOTALCODE &= 'File.Copy("Autoplay\\Docs\\'& StringTrimLeft($BL_PATH & $BL_FND_FILE, $FLD_LEN) & '\\",KurulumKlasoru.."\\' & _
StringTrimLeft($BL_PATH, StringLen($TARGET_FOLDER)) & '",true, true, false, true)' & @CRLF

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...