Fileman.vbs Example


FileMan.vbs /D myfile.txt
deletes myfile.txt in the current directory.
FileMan.vbs  /D C:\myfile.txt /S MyMachine2
deletes myfile.txt on the computer MyMachine2.
FileMan.vbs /S MyMachine2 /R C:\myfile.txt Project1.txt
renames myfile.txt to Project1.txt on the computer MyMachine2.