Comandi MS/DOS (REN)

Obbiettivo: rinominare un file in MS/DOS.
Ambiente di lavoro: MS/DOS
OS: Windows Vista
Comando:

ren nomefile1.txt nomefile2.txt

Note: il comando corrispettivo nell’ambiente GNU/LINUX è mv: quest’ultimo, è ancora più potente di ren in quanto consente contemporaneamente di spostare e rinominare lo stesso file.

Esempio: si devono rinominare tutti gli 861 file bin appena estratti con ResHacker dall’aero.msstyles su una cartella images nel desktop, in file png.

  1. Start>Esegui>cmd
  2. cd Desktop
  3. cd images
  4. ren *.bin *.png

…ed il gioco è fatto! ;)

Advertisement

Tags: ,

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.