Friday, September 22, 2006

File Management script


A simple file management script.

Menu Items:
CopyFile
- Copies files to the target directory. The source can contain wildcards (* and ?) in the filename (e.g. "\My documents\*.psw", but not "\My *\*.psw"). The target must be an existing directory.
MoveFile
- Moves files to the target directory. The source can contain wildcards (* and ?) in the filename (e.g. "\My documents\*.psw", but not "\My *\*.psw"). The target must be an existing directory.
Rename File
- Renames or moves a file. You have to include the path in the target, too!
CreateShortcut
- Creates a shortcut (link) to the target file.
DeleteFile
- Deletes the file(s). The filename can contain wildcards (* and ?) in the filename (e.g. "\My documents\*.psw", but not "\My *\*.psw").
DeleteFolder
- Deletes the file(s), including all subdirectories. If the (sub)directory is empty afterwards, it will be removed. The file parameter can contain wildcards (* and ?) in the filename (e.g. "\My documents\*.psw", but not "\My *\*.psw"), which will also be used for the subdirectories.

Requirements:
PocketPC or Smartphone
Mortscript v3.2.b21

DOWNLOAD

No comments: