1 (edited by Obocaman 2017-01-14 20:15:54)

Topic: Delete,Move,Create Dir

Hi all,

If it's possible due memory space, would be great have basic file operations from ESXDos browser like Delete file, create directory, Move file, Rename file.

It's possible to reduce Help Screen size to have more ram for extra commands? Maybe use only half upper part of screen, reducing font size and redistribute help info on screen.

Obocaman

2 (edited by Luzie 2017-02-01 22:29:59)

Re: Delete,Move,Create Dir

Well, I think there´s not enough memory for your wishes within the NMI browser. But maybe someone can develop a .command for a simple file commander.

3

Re: Delete,Move,Create Dir

Hi,

have a look at development of "new NMI-Browser" which feature rename etc.:

http://board.esxdos.org/viewtopic.php?id=94

4 (edited by david_ps 2017-12-01 11:53:24)

Re: Delete,Move,Create Dir

Hi,
Move/rename file/directory can be done with mv dot command
Delete file/empty directorie can be done with ERASE BASIC command (like *nix rm/rmdir commands)
Only a new command would be necessary to delete not empty directories, rm -r.
There is an additional problem, esxDOS do not allow wildcards yet, so it would not be possible to delete multiple files / directories, but it would have to be done one by one.

5 (edited by david_ps 2017-12-12 15:08:00)

Re: Delete,Move,Create Dir

New rm dot command:
http://board.esxdos.org/viewtopic.php?pid=581#p581