VBScript rename all files in a folder oddity [duplicate]

I’m rusty so I’m sure I’m missing something silly. I have a folder with ~50 mp4 files, all with sequentially numbered filenames like 33.mp4, 34.mp4 etc. I simply need to rename them starting with 1.mp4, 2.mp4 etc. The code looks in the current directory, makes sure the extension is mp4, and then goes to town. If I start intCounter at 1, all works great. But if for example I set intCounter to 80 (making sure the filenames don’t already have 80 or above) and then run the script, it seems to loop through the files more than once and I end up with file names in the hundreds. What is going on here?

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>Dim objFSO, objFolder, intCounter
Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))
intCounter = 1
For Each objFile In objFolder.Files
If objFSO.GetExtensionName(objFile) = "mp4" Then
objFSO.MoveFile objFile, intCounter & ".mp4"
intCounter = intCounter + 1
End If
Next
Set objFSO = Nothing
Set objFolder = Nothing
</code>
<code>Dim objFSO, objFolder, intCounter Set objFSO = CreateObject("Scripting.FileSystemobject") Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName(".")) intCounter = 1 For Each objFile In objFolder.Files If objFSO.GetExtensionName(objFile) = "mp4" Then objFSO.MoveFile objFile, intCounter & ".mp4" intCounter = intCounter + 1 End If Next Set objFSO = Nothing Set objFolder = Nothing </code>
Dim objFSO, objFolder, intCounter

Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))

intCounter = 1

For Each objFile In objFolder.Files
    If objFSO.GetExtensionName(objFile) = "mp4" Then
        objFSO.MoveFile objFile, intCounter & ".mp4"
        intCounter = intCounter + 1
    End If
Next    

Set objFSO = Nothing
Set objFolder = Nothing

8

Changing the contents of the folder, by renaming files, affects the list being processed by the For Each loop, leading to the unexpected results.

The original code is written with the assumption that the For Each loop will gather the list of files in the folder just once at the beginning of the loop and will not be affected by changes to the folder while the loop is executing. However, that is only true for a small number of files (i.e. 32 or fewer). For more details see:

VBS: For-each loop (sometimes) iterates through file collection indefinitely

One solution is to use the For Each loop to build an array of file names and then process that array to rename the files. However, there would still need to be additional code to handle potential “File already exists” errors if the files are renamed in place.

A simpler solution is to move the files to a new subfolder as they are renamed. That will prevent any issues with the For Each loop and avoid any renaming conflicts. Eliminating files from the original folder as they are being renamed does not cause any problem.

Here’s a revised version of the script that moves the files to a new, unique subfolder as they are renamed:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>Dim objFSO, objFolder, intCounter, TargetFolder
Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))
intCounter = 1
TargetFolder = ".Renamed_Files_" & Replace(Replace(Replace(Now(),"/",""),":","")," ","") & ""
objFSO.CreateFolder(TargetFolder)
For Each objFile In objFolder.Files
If objFSO.GetExtensionName(objFile) = "mp4" Then
objFSO.MoveFile objFile, TargetFolder & intCounter & ".mp4"
intCounter = intCounter + 1
End If
Next
Set objFSO = Nothing
Set objFolder = Nothing
</code>
<code>Dim objFSO, objFolder, intCounter, TargetFolder Set objFSO = CreateObject("Scripting.FileSystemobject") Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName(".")) intCounter = 1 TargetFolder = ".Renamed_Files_" & Replace(Replace(Replace(Now(),"/",""),":","")," ","") & "" objFSO.CreateFolder(TargetFolder) For Each objFile In objFolder.Files If objFSO.GetExtensionName(objFile) = "mp4" Then objFSO.MoveFile objFile, TargetFolder & intCounter & ".mp4" intCounter = intCounter + 1 End If Next Set objFSO = Nothing Set objFolder = Nothing </code>
Dim objFSO, objFolder, intCounter, TargetFolder

Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))

intCounter = 1
TargetFolder = ".Renamed_Files_" & Replace(Replace(Replace(Now(),"/",""),":","")," ","") & ""
objFSO.CreateFolder(TargetFolder)

For Each objFile In objFolder.Files
    If objFSO.GetExtensionName(objFile) = "mp4" Then
        objFSO.MoveFile objFile, TargetFolder & intCounter & ".mp4"
        intCounter = intCounter + 1
    End If
Next  

Set objFSO = Nothing
Set objFolder = Nothing

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa

VBScript rename all files in a folder oddity [duplicate]

I’m rusty so I’m sure I’m missing something silly. I have a folder with ~50 mp4 files, all with sequentially numbered filenames like 33.mp4, 34.mp4 etc. I simply need to rename them starting with 1.mp4, 2.mp4 etc. The code looks in the current directory, makes sure the extension is mp4, and then goes to town. If I start intCounter at 1, all works great. But if for example I set intCounter to 80 (making sure the filenames don’t already have 80 or above) and then run the script, it seems to loop through the files more than once and I end up with file names in the hundreds. What is going on here?

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>Dim objFSO, objFolder, intCounter
Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))
intCounter = 1
For Each objFile In objFolder.Files
If objFSO.GetExtensionName(objFile) = "mp4" Then
objFSO.MoveFile objFile, intCounter & ".mp4"
intCounter = intCounter + 1
End If
Next
Set objFSO = Nothing
Set objFolder = Nothing
</code>
<code>Dim objFSO, objFolder, intCounter Set objFSO = CreateObject("Scripting.FileSystemobject") Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName(".")) intCounter = 1 For Each objFile In objFolder.Files If objFSO.GetExtensionName(objFile) = "mp4" Then objFSO.MoveFile objFile, intCounter & ".mp4" intCounter = intCounter + 1 End If Next Set objFSO = Nothing Set objFolder = Nothing </code>
Dim objFSO, objFolder, intCounter

Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))

intCounter = 1

For Each objFile In objFolder.Files
    If objFSO.GetExtensionName(objFile) = "mp4" Then
        objFSO.MoveFile objFile, intCounter & ".mp4"
        intCounter = intCounter + 1
    End If
Next    

Set objFSO = Nothing
Set objFolder = Nothing

8

Changing the contents of the folder, by renaming files, affects the list being processed by the For Each loop, leading to the unexpected results.

The original code is written with the assumption that the For Each loop will gather the list of files in the folder just once at the beginning of the loop and will not be affected by changes to the folder while the loop is executing. However, that is only true for a small number of files (i.e. 32 or fewer). For more details see:

VBS: For-each loop (sometimes) iterates through file collection indefinitely

One solution is to use the For Each loop to build an array of file names and then process that array to rename the files. However, there would still need to be additional code to handle potential “File already exists” errors if the files are renamed in place.

A simpler solution is to move the files to a new subfolder as they are renamed. That will prevent any issues with the For Each loop and avoid any renaming conflicts. Eliminating files from the original folder as they are being renamed does not cause any problem.

Here’s a revised version of the script that moves the files to a new, unique subfolder as they are renamed:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>Dim objFSO, objFolder, intCounter, TargetFolder
Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))
intCounter = 1
TargetFolder = ".Renamed_Files_" & Replace(Replace(Replace(Now(),"/",""),":","")," ","") & ""
objFSO.CreateFolder(TargetFolder)
For Each objFile In objFolder.Files
If objFSO.GetExtensionName(objFile) = "mp4" Then
objFSO.MoveFile objFile, TargetFolder & intCounter & ".mp4"
intCounter = intCounter + 1
End If
Next
Set objFSO = Nothing
Set objFolder = Nothing
</code>
<code>Dim objFSO, objFolder, intCounter, TargetFolder Set objFSO = CreateObject("Scripting.FileSystemobject") Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName(".")) intCounter = 1 TargetFolder = ".Renamed_Files_" & Replace(Replace(Replace(Now(),"/",""),":","")," ","") & "" objFSO.CreateFolder(TargetFolder) For Each objFile In objFolder.Files If objFSO.GetExtensionName(objFile) = "mp4" Then objFSO.MoveFile objFile, TargetFolder & intCounter & ".mp4" intCounter = intCounter + 1 End If Next Set objFSO = Nothing Set objFolder = Nothing </code>
Dim objFSO, objFolder, intCounter, TargetFolder

Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))

intCounter = 1
TargetFolder = ".Renamed_Files_" & Replace(Replace(Replace(Now(),"/",""),":","")," ","") & ""
objFSO.CreateFolder(TargetFolder)

For Each objFile In objFolder.Files
    If objFSO.GetExtensionName(objFile) = "mp4" Then
        objFSO.MoveFile objFile, TargetFolder & intCounter & ".mp4"
        intCounter = intCounter + 1
    End If
Next  

Set objFSO = Nothing
Set objFolder = Nothing

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa

VBScript rename all files in a folder oddity [duplicate]

I’m rusty so I’m sure I’m missing something silly. I have a folder with ~50 mp4 files, all with sequentially numbered filenames like 33.mp4, 34.mp4 etc. I simply need to rename them starting with 1.mp4, 2.mp4 etc. The code looks in the current directory, makes sure the extension is mp4, and then goes to town. If I start intCounter at 1, all works great. But if for example I set intCounter to 80 (making sure the filenames don’t already have 80 or above) and then run the script, it seems to loop through the files more than once and I end up with file names in the hundreds. What is going on here?

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>Dim objFSO, objFolder, intCounter
Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))
intCounter = 1
For Each objFile In objFolder.Files
If objFSO.GetExtensionName(objFile) = "mp4" Then
objFSO.MoveFile objFile, intCounter & ".mp4"
intCounter = intCounter + 1
End If
Next
Set objFSO = Nothing
Set objFolder = Nothing
</code>
<code>Dim objFSO, objFolder, intCounter Set objFSO = CreateObject("Scripting.FileSystemobject") Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName(".")) intCounter = 1 For Each objFile In objFolder.Files If objFSO.GetExtensionName(objFile) = "mp4" Then objFSO.MoveFile objFile, intCounter & ".mp4" intCounter = intCounter + 1 End If Next Set objFSO = Nothing Set objFolder = Nothing </code>
Dim objFSO, objFolder, intCounter

Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))

intCounter = 1

For Each objFile In objFolder.Files
    If objFSO.GetExtensionName(objFile) = "mp4" Then
        objFSO.MoveFile objFile, intCounter & ".mp4"
        intCounter = intCounter + 1
    End If
Next    

Set objFSO = Nothing
Set objFolder = Nothing

8

Changing the contents of the folder, by renaming files, affects the list being processed by the For Each loop, leading to the unexpected results.

The original code is written with the assumption that the For Each loop will gather the list of files in the folder just once at the beginning of the loop and will not be affected by changes to the folder while the loop is executing. However, that is only true for a small number of files (i.e. 32 or fewer). For more details see:

VBS: For-each loop (sometimes) iterates through file collection indefinitely

One solution is to use the For Each loop to build an array of file names and then process that array to rename the files. However, there would still need to be additional code to handle potential “File already exists” errors if the files are renamed in place.

A simpler solution is to move the files to a new subfolder as they are renamed. That will prevent any issues with the For Each loop and avoid any renaming conflicts. Eliminating files from the original folder as they are being renamed does not cause any problem.

Here’s a revised version of the script that moves the files to a new, unique subfolder as they are renamed:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>Dim objFSO, objFolder, intCounter, TargetFolder
Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))
intCounter = 1
TargetFolder = ".Renamed_Files_" & Replace(Replace(Replace(Now(),"/",""),":","")," ","") & ""
objFSO.CreateFolder(TargetFolder)
For Each objFile In objFolder.Files
If objFSO.GetExtensionName(objFile) = "mp4" Then
objFSO.MoveFile objFile, TargetFolder & intCounter & ".mp4"
intCounter = intCounter + 1
End If
Next
Set objFSO = Nothing
Set objFolder = Nothing
</code>
<code>Dim objFSO, objFolder, intCounter, TargetFolder Set objFSO = CreateObject("Scripting.FileSystemobject") Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName(".")) intCounter = 1 TargetFolder = ".Renamed_Files_" & Replace(Replace(Replace(Now(),"/",""),":","")," ","") & "" objFSO.CreateFolder(TargetFolder) For Each objFile In objFolder.Files If objFSO.GetExtensionName(objFile) = "mp4" Then objFSO.MoveFile objFile, TargetFolder & intCounter & ".mp4" intCounter = intCounter + 1 End If Next Set objFSO = Nothing Set objFolder = Nothing </code>
Dim objFSO, objFolder, intCounter, TargetFolder

Set objFSO = CreateObject("Scripting.FileSystemobject")
Set objFolder = objFSO.GetFolder(objFSO.GetAbsolutePathName("."))

intCounter = 1
TargetFolder = ".Renamed_Files_" & Replace(Replace(Replace(Now(),"/",""),":","")," ","") & ""
objFSO.CreateFolder(TargetFolder)

For Each objFile In objFolder.Files
    If objFSO.GetExtensionName(objFile) = "mp4" Then
        objFSO.MoveFile objFile, TargetFolder & intCounter & ".mp4"
        intCounter = intCounter + 1
    End If
Next  

Set objFSO = Nothing
Set objFolder = Nothing

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật