Jump to content

formlesstree4

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About formlesstree4

formlesstree4's Achievements

0

Reputation

  1. I really don't have a response to you. I use it for certain file needs. Thought it could help out others, only reason I posted it in the first place.
  2. Try this: http://www.msfn.org/board/index.php?showtopic=130753
  3. Just using batch files can now take alot of harder work out of your work. This is a small (13.5kb) command line program that accepts the following arguments: /m "<source file>" "<destination folder"> - Move your file from its original location to a new location. /m "c:\file.txt" "c:\folder2" /c "<source file>" "<destination folder"> - Same as moving, but copying the file. /c "c:\file1.txt" "c:\folder" /r "<old name>" <"new name"> - The first argument requires a direct path to file, but the new name just requires the new name: /r "c:\random path\file.txt" "file2.txt" /d "<Path to file>" - Deletes a file /e "<file to execute>" "<All Arguments here>" - Execute a file with arguments: /e "regedit.exe" "/s <reg file>" Here's the download. VFM.zip If used in any projects, please give me or Juggalobrotha (Co-Coder) some credit.
×
×
  • Create New...