  , ,      .
================================================================================
FILE [-simpleprogress|-progress] [-force -file -m -q] [-]FPath[<op>DPath]
FILE FPath>>NewName  //  FPath  NewName,  cmd Rename

-simpleprogress		  
-progress		     
-force	  (   )
--file	   
--m	 ,   ";",  "-".
-q	 
-delme	    
-rd	 
-su	-
FPath	   ;     "?" 
	"*" (  ,      )
Op	: "->", "=>", ">>"  ,  
	   .   -  .
	    ">>" ,   FPath  NewName 
	  .  ,     FPath
	         NewName.  ,
	 "->"      .
DPath	        
	.      /,
	   (..,  "*"  "?").
--------------------------------------------------------------------------------
      RAMDISK,    (,
NTOSKRNL.EXE)     ,    
  RAMDISK.
     ,    ,  
       .    
   ,    .  
  ,     .
     ,      
,   ";".    
,      :   
  .
   : \\?\Harddisk0Partition2\A.TXT  \\?\HarddiskVolume5\A.TXT
\\?\ImDisk0\A.TXT

******************************************************************[]*****
FILE %SystemRoot%\INF\*.INF=>%TEMP% //  INF-  %TEMP%
FILE %CurDir%\MyFile.txt->%Temp%  //  MyFile.txt   %Temp%
FILE %CurDir%\MyFile.txt>>NewName.txt  // MyFile.txt  NewName.txt
FILE %CurDir%=>%Temp%  //  %CurDir%   %Temp%
FILE -delme %CurDir% //   %CurDir%
FILE --m x.log;x3.log=>FOLDER\x11.log;HELP\x33.log // x.log  FOLDER\x11.log  x3.log  HELP\x33.log