Come modificare un file in CMD

Saluti, e grazie per aver postato la tua domanda su Quora.

Puoi modificare un file dalla linea di comando usando il programma legacy MS DOS Editor, altrimenti conosciuto come EDIT.EXE se stai usando i seguenti sistemi operativi a 16/32 bit. Questo perché MS DOS Editor non funziona in un ambiente a 64 bit.

MS DOS 5..x e superiori

Microsoft Windows 95

Microsoft Windows 98

Microsoft Windows ME

Microsoft Windows NT

Microsoft Windows 2000 (32bit)

Microsoft Windows XP (32bit)

Microsoft Windows Vista (32bit)

Microsoft Windows 7 (32bit)

NOTE: Windows 98 e Windows ME sono stati gradualmente eliminati in accordo con l'accordo Sun / Microsoft Java Virtual Machine.

The command to use would be the following…

  1. edit filename.ext 

However, if you are editing files on one of the later operating systems such as Windows 8, Windows 10, or Windows Server 2012 and above in a GUI or Non-GUI capacity. Avrai bisogno di usare l'Editor Notepad che è NOTEPAD.EXE. This can be run within the Windows and the Command Line environment…

Example:

  1. notepad filename.ext 

An additional note: While the Notepad application is within the command line path and easily can be accessed from the command prompt. Potrebbe essere necessario specificare il percorso dell'editor MS DOS. Questo di solito si trova nella directory [unità locale]:Windows o nella directory principale se stai usando MS DOS.

Spero che questo abbia risposto alla tua domanda. Per favore rispondi se hai altre domande su questo argomento o se hai bisogno di ulteriore assistenza.