آی پی امداد
آی پی امداد
آریا الکترونیک parcham تکشو

آموزش نحوه نوشتن Copy Mod برای دوستان کوکر

nekooee

Senior Technical Supervisor
مدیرکل
معاونت انجمن
2007-09-21
6,774
29,824
ایران
به دلیل طولانی بودن این مبحث آموزش رو در این تاپیک تقدیم دوستان می کنم و لینکشو در تاپیک ذکر شده واسه دوستان میزارم

در copy mode از دستورات مختلفی استفاده می شود که ذکر می کنیم
مانند

CD

MD

CP

DEL

RD

که از بین این دستورات CD و CP و MD پرکاربردتر هستن و بقیه تقریبا خیلی خیلی کم استفاده میشوند



در هر پست یک دستور با توضیحات ذکر می شود و در آخر پست ها مثال دستورات تقدیم دوستان عزیز میگردد.



لازم به ذکر است که این دستورات در فایل ScriptInit.txt که در پوشهء
C:\Private\100059C9 قرار دارد باید اضافه یا ویرایش شوند

دستورات دیگری از قبیل DOS, FORMAT,PLUGINS و یا SD نیز وجود دارند که به دلیل عدم استفاده قرار داده نشد. در صورت درخواست دوستان قرارشون میدم


 

nekooee

Senior Technical Supervisor
مدیرکل
معاونت انجمن
2007-09-21
6,774
29,824
ایران
CD

CD <path>
* Changes the default path. A full path including a drive letter must be given
and there MUST be a trailing "\" in the end of the path. If full file names are not given in target parameters of other RFS commands, they are assumed to be relative to the current default path. This command is added for reducing the sizes of RFS scripts. Note that the source file parameter in CP command has to contain a full path always



<مسیر> CD
* تغییر مسیر پیش فرض ( مسیر کامل و با ذکر درایو باید ذکر شود )
* در آخر مسیر حتما باید از علامت "\" استفاده شود

مثال


CD C:\system\data\
changes the default directory


__________________
 

nekooee

Senior Technical Supervisor
مدیرکل
معاونت انجمن
2007-09-21
6,774
29,824
ایران
MD

<directoryname>
* Creates the directory structure given as a parameter. Directory name has to contain full path and there MUST be a trailing "\" in the end of the path


<نام دایرکتوری> MD


* ساخت یک دایرکتوری (پوشه) جدید
* نام دایرکتوری نیز باید کامل نوشته شود و در آخر نام نوشته شده از علامت "\" استفاده میشود


مثال

\MD C:\system\testdata
creates directory


__________________
 

nekooee

Senior Technical Supervisor
مدیرکل
معاونت انجمن
2007-09-21
6,774
29,824
ایران
CP

CP <source_filename> [destination_filename]
* Copies the source file to the destination file. Source file name has to contain full path. Destination file name, if given, can be relative to the default path given with CD command. This command creates the target directory
if it doesn't exist and it can be used to copy whole directory structures recursively. Wildcards can be used. If the destination file name is not given, the same file name as in source file(s) will be used, but the destination drive is changed to C: useful when copying from Z

[مقصد فایل] <نام فایل مبدا> CP
* کپی یک فایل از مسیر مبدا به مسیر مقصد
* نام فایل مبدا باید کامل نوشته شود همراه با مسیر کامل
* اگر نام فایل مقصد داده نشود از همان نام فایل منبع استفاده می شود



مثال

CP Z:\system\backup\mysetting.dat C:\system\data\mysetting.dat
copies a file to the specified target location

CP Z:\system\backup\mydir\* C:\system\data\mydir\
copies recursively everything under Z:\system\backup\mydir\
to C:\system\data\mydir\

CP Z:\system\data\mysetting.dat
copies Z:\system\data\mysetting.dat to C:\system\data\mysetting.dat

CP Z:\system\data\mydir\*
copies recursively everything under Z:\system\data\mydir\
to C:\system\data\mydir

نکته : وقتی از * استفاده می کنیم یعنی تمام فایل ها ی موجود در آن پوشه
 

nekooee

Senior Technical Supervisor
مدیرکل
معاونت انجمن
2007-09-21
6,774
29,824
ایران
Del

DEL <filename>
* Deletes the file(s). File name has to contain full path. Can't delete a directory with this. Wildcards can be used in the filename

<نام فایل>
DEL
* برای پاک کردن یک یا چند فایل استفاده می شود
* طبق معمول مسیر باید کامل ذکر شود
* برای پاک کردن دایرکتوری ها کاربرد ندارد



مثال


DEL myfile.ini
deletes a file relative to default path
(target is C:\system\data\myfile.ini)


DEL C:\system\data\apps\myapp\settings.dat
deletes a file

DEL "C:\system\data\apps\myapp\other setting with long file name.dat"
deletes a file

DEL C:\system\data\apps\myapp\*
deletes recursively everything under directory C:\system\data\apps\myapp
 

nekooee

Senior Technical Supervisor
مدیرکل
معاونت انجمن
2007-09-21
6,774
29,824
ایران
RD

RD <directoryname>
* Removes the directory and the whole directory structure under it, recursively.
* All files in directories are deleted, too. Directory name has to contain full path. NOTE! There MUST be a trailing "\" in the end of the path


<نام دایرکتوری> RD
* پاک کردن کامل یک دایرکتوری با تمام پوشه ها و فایل ها ی درون آن
* در آخر مسیر حتما باید از علامت "\" استفاده شود



مثال


RD C:\system\data\apps\myapp\
removes directory and its contents
 

nekooee

Senior Technical Supervisor
مدیرکل
معاونت انجمن
2007-09-21
6,774
29,824
ایران
متن یک فایل ScriptInit.txt کامل خدمت دوستان

در صورت استفاده از این متن باید قسمت های توضیحی در متن پاک شوند تا آماده استفاده و Edit گردد


کد:
[COLOR=#000000][COLOR=#0000BB]PLUGINS
CD C[/COLOR][COLOR=#007700]:Private
[/COLOR][COLOR=#0000BB]MD 200009F3
CD 200009F3
CP Z[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]200009F3schema[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]mde
CP Z[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]200009F3defaultimportfile[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]mde
CP Z[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]200009F3backup_registration[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]xml
CD C[/COLOR][COLOR=#007700]:Private    
[/COLOR][COLOR=#0000BB]MD 10281E17
CD 10281E17
CP Z[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]10281E17backup_registration[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]xml
CD C[/COLOR][COLOR=#007700]:Private
[/COLOR][COLOR=#0000BB]MD 200009F5
CD 200009F5
CP Z[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]200009F5backup_registration[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]xml
CP Z[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]200009F5mappings[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]db
MD C[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]DataOthers
CD C[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]DataOthers
CP Z[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]200009FDMdEExampleImportMetadata[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]mde
CP Z[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]200009FDtest_schema[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]mde
CD C[/COLOR][COLOR=#007700]:Private
[/COLOR][COLOR=#0000BB]MD c[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]DataImagesBackgrounds
MD C[/COLOR][COLOR=#007700]:private[/COLOR][COLOR=#0000BB]2000C4D4
CD C[/COLOR][COLOR=#007700]:
[/COLOR][COLOR=#0000BB]MD xmppui
CD C[/COLOR][COLOR=#007700]:Private
[/COLOR][COLOR=#0000BB]MD 2001A94D
CP Z[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]2001A94D[/COLOR][COLOR=#007700]* [/COLOR][COLOR=#0000BB]C[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]2001A94D
CP Z[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]2001A928[/COLOR][COLOR=#007700]* [/COLOR][COLOR=#0000BB]C[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]2001A928

MD E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]patches
CP Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datapatch[/COLOR][COLOR=#007700]* [/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]patches
MD E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]thinkchange
MD E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]thinkchangec
MD E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]thinkchangee
MD E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]Musik
  
DEL[/COLOR][COLOR=#DD0000]"C:\Private\102072C4\reserved"
[/COLOR][COLOR=#0000BB]DEL [/COLOR][COLOR=#DD0000]"C:\Private\101f6efa\reserve.bin"
[/COLOR][COLOR=#0000BB]RD [/COLOR][COLOR=#DD0000]"E:\Private\10202dce\"
DEL "[/COLOR][COLOR=#0000BB]C[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]10202be9persistscccccc00[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]cre[/COLOR][COLOR=#DD0000]"
DEL "[/COLOR][COLOR=#0000BB]C[/COLOR][COLOR=#007700]:private[/COLOR][COLOR=#0000BB]101f401dlogdbu[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]"
RD "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]101f8857[/COLOR][COLOR=#DD0000]"
DEL "[/COLOR][COLOR=#0000BB]C[/COLOR][COLOR=#007700]:Private[/COLOR][COLOR=#0000BB]101f4cd2Contentappshelldata[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]xml[/COLOR][COLOR=#DD0000]"

  
MD C:\Predic\
MD C:\Private\10003a5b\
MD C:\private\10003a73\
MD C:\Private\101f5027\
MD C:\Private\10202be9\persists\
MD C:\Private\101f401d\
  
MD C:\Data\hdesktop_0x2001E8B2\setting\
MD C:\Data\Smartphoneware\BestProfiles\

  
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datCpredic101F8615_F[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\predic\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datC[/COLOR][COLOR=#007700]Private[/COLOR][COLOR=#0000BB]10003a5bCalendar[/COLOR][COLOR=#DD0000]" C:\Private\10003a5b\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datC[/COLOR][COLOR=#007700]private[/COLOR][COLOR=#0000BB]10003a73backup_registration[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]xml[/COLOR][COLOR=#DD0000]" C:\private\10003a73\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datC[/COLOR][COLOR=#007700]private[/COLOR][COLOR=#0000BB]10003a73backup_registrationcontacts_cdb[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]xml[/COLOR][COLOR=#DD0000]" C:\private\10003a73\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datC[/COLOR][COLOR=#007700]private[/COLOR][COLOR=#0000BB]10003a73CntModel[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]ini[/COLOR][COLOR=#DD0000]" C:\private\10003a73\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datC[/COLOR][COLOR=#007700]private[/COLOR][COLOR=#0000BB]10003a73contacts[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]cdb[/COLOR][COLOR=#DD0000]" C:\private\10003a73\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datC[/COLOR][COLOR=#007700]Private[/COLOR][COLOR=#0000BB]101f5027AlarmServer[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]ini[/COLOR][COLOR=#DD0000]" C:\Private\101f5027\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datC[/COLOR][COLOR=#007700]Private[/COLOR][COLOR=#0000BB]10202be9persists101f8798[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]cre[/COLOR][COLOR=#DD0000]" C:\Private\10202be9\persists\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datC[/COLOR][COLOR=#007700]Private[/COLOR][COLOR=#0000BB]10202be9persistscccccc00[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]cre[/COLOR][COLOR=#DD0000]" C:\Private\10202be9\persists\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datCSystemDataRPPlus[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\System\Data\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datC[/COLOR][COLOR=#007700]private[/COLOR][COLOR=#0000BB]101f401dlogdbu[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\Private\101f401d\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datC[/COLOR][COLOR=#007700]Private[/COLOR][COLOR=#0000BB]101f4cd2Contentappshelldata[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]xml[/COLOR][COLOR=#DD0000]" C:\Private\101f4cd2\Content\

  
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datCDatahdesktop_0x2001E8B2setting000a[/COLOR][COLOR=#DD0000]" C:\Data\hdesktop_0x2001E8B2\setting\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datCDatahdesktop_0x2001E8B2setting000d[/COLOR][COLOR=#DD0000]" C:\Data\hdesktop_0x2001E8B2\setting\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datCDatahdesktop_0x2001E8B2setting0032[/COLOR][COLOR=#DD0000]" C:\Data\hdesktop_0x2001E8B2\setting\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datCDatahdesktop_0x2001E8B2settingshortcuts[/COLOR][COLOR=#DD0000]" C:\Data\hdesktop_0x2001E8B2\setting\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datCDataSmartphonewareBestProfilesgsmcelllog[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\Data\Smartphoneware\BestProfiles\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datCDataSmartphonewareBestProfilesprevdata[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\Data\Smartphoneware\BestProfiles\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datCDataSmartphonewareBestProfilessettings[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\Data\Smartphoneware\BestProfiles\



  CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datCpredic101F8615_F[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\predic\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datC[/COLOR][COLOR=#007700]Private[/COLOR][COLOR=#0000BB]10003a5bCalendar[/COLOR][COLOR=#DD0000]" C:\Private\10003a5b\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datC[/COLOR][COLOR=#007700]private[/COLOR][COLOR=#0000BB]10003a73backup_registration[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]xml[/COLOR][COLOR=#DD0000]" C:\private\10003a73\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datC[/COLOR][COLOR=#007700]private[/COLOR][COLOR=#0000BB]10003a73backup_registrationcontacts_cdb[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]xml[/COLOR][COLOR=#DD0000]" C:\private\10003a73\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datC[/COLOR][COLOR=#007700]private[/COLOR][COLOR=#0000BB]10003a73CntModel[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]ini[/COLOR][COLOR=#DD0000]" C:\private\10003a73\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datC[/COLOR][COLOR=#007700]private[/COLOR][COLOR=#0000BB]10003a73contacts[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]cdb[/COLOR][COLOR=#DD0000]" C:\private\10003a73\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datC[/COLOR][COLOR=#007700]Private[/COLOR][COLOR=#0000BB]101f5027AlarmServer[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]ini[/COLOR][COLOR=#DD0000]" C:\Private\101f5027\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datC[/COLOR][COLOR=#007700]Private[/COLOR][COLOR=#0000BB]10202be9persists101f8798[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]cre[/COLOR][COLOR=#DD0000]" C:\Private\10202be9\persists\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datC[/COLOR][COLOR=#007700]Private[/COLOR][COLOR=#0000BB]10202be9persistscccccc00[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]cre[/COLOR][COLOR=#DD0000]" C:\Private\10202be9\persists\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datCSystemDataRPPlus[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\System\Data\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datC[/COLOR][COLOR=#007700]private[/COLOR][COLOR=#0000BB]101f401dlogdbu[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\Private\101f401d\
CP "[/COLOR][COLOR=#0000BB]E[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]_datC[/COLOR][COLOR=#007700]Private[/COLOR][COLOR=#0000BB]101f4cd2Contentappshelldata[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]xml[/COLOR][COLOR=#DD0000]" C:\Private\101f4cd2\Content\

  CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datCDatahdesktop_0x2001E8B2setting000a[/COLOR][COLOR=#DD0000]" C:\Data\hdesktop_0x2001E8B2\setting\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datCDatahdesktop_0x2001E8B2setting000d[/COLOR][COLOR=#DD0000]" C:\Data\hdesktop_0x2001E8B2\setting\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datCDatahdesktop_0x2001E8B2setting0032[/COLOR][COLOR=#DD0000]" C:\Data\hdesktop_0x2001E8B2\setting\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datCDatahdesktop_0x2001E8B2settingshortcuts[/COLOR][COLOR=#DD0000]" C:\Data\hdesktop_0x2001E8B2\setting\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datCDataSmartphonewareBestProfilesgsmcelllog[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\Data\Smartphoneware\BestProfiles\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datCDataSmartphonewareBestProfilesprevdata[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\Data\Smartphoneware\BestProfiles\
CP "[/COLOR][COLOR=#0000BB]Z[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]datCDataSmartphonewareBestProfilessettings[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]dat[/COLOR][COLOR=#DD0000]" C:\Data\Smartphoneware\BestProfiles\  [/COLOR][/COLOR]
 
بالا