Utilitaires
Scripts
Divers
Jeux
Rechercher
Quillevere.net
Computer techniques

Scripts and tips

Use accents in a batch file

Scripts Batch / VBS

If in a Batch file you have variables that contain accents, the system will not display them due to encoding. Using UTF-8 or ANSI will not solve the problem. So: set myFolder="c:\Pêche" Will display : To solve this...

Delete a file with a long filename

Windows

If you have a problem deleting a file or a group of files, you may get the following message: "The source file name(s) are larger than is supported by the file system", like in the capture below: Solution 1. Here is...

Avoid too large MySQL logs

MySQL

You can quickly have your hard drive flooded with files mysql-bin.xxxxxx (mysql-bin.000001...). These files are MySQL logs which trace all the modifications to the database.It is best to disable them by modifying...

← Previous pagePage 4/4

Search in this website

fr en rss RSS info Informations