Freeware Downloads for "Change File Time Command Line"
- Bluetooth Command Line Tools
- License: Freeware

Bluetooth Command Line Tools are a set of command line utilities for Windows XP, Vista or Windows 7 which allow you to configure bluetooth adapter, discover remote bluetooth devices and their services, push files to remote devices through OBEX. All utilities can be launched from a batch script or manually from the Windows command prompt. The suite consists of four utilities: "btinfo" - Prints information about the local bluetooth adapter. "btconfig" - Modifies friendly name, Class-of-device, discoverable and connectable states of the local bluetooth radio.
- Platform: Windows
- Publisher: bluetoothinstaller.com
- Date: 27-02-2011
- Size: 2466 KB
- Visual Command Line
- License: Freeware

Visual Command Line is a tool which allows you to create Batch Files (that are used by the Command Prompt of Windows) easily.
Visual Command Line uses categories to simplify the use of the program, it also allows the user to choose a command, add it, and edit the command the way the user wants to.
Features :
* Take full control of the Command Prompt (CMD) of Windows operation system.
* Argument Panel to easily edit your command with a user interface.
* Get information as you type.
- Platform: Windows
- Publisher: CodeCaged
- Date:
- Size: 921 KB
- Perspolis Command-Line Calculator
- License: Freeware

Perspolis Command-Line Calculator is, just like the name suggests a small, simple, command-line based application specially designed to help you with your basic math calculations.
If you are looking for a tool that is both tiny and easy to use to assist you with math then Perspolis Command-Line Calculator might be a solution for you.
for WindowsAll
.
- Platform: WinOther
- Publisher: Hamid Reza Meharbian
- Date:
- FileList
- License: Freeware

FileList is a command line utility that produces a list of files of the given path in CSV format, which can be imported in a spreadsheet or database. The list includes the file name, size, path, last access and change date, etc..
- Platform: Windows
- Publisher: JAM Software GmbH
- Date: 14-11-2017
- Size: 2190 KB
- MakeIcon
- License: Freeware

Most popular image editors, such as Adobe Photoshop, oriented to save images into .GIF format, and it can be bothering to convert them into ICO files each time when you have changed the original image. Using this utility you can easily automate this process of converting BMP or GIF files into ICO files. MakeIcon is a command line utility for Windows 98/2000/XP, that converts images in .GIF, .BMP and also .ICO file formats into Windows icons with desired number of bits per pixel: 1, 4, 8, 16, 24, 32 bits supported.
- Platform: Windows
- Publisher: FYZOR.COM
- Date: 31-03-2006
- Size: 91 KB
- Acritum Total Power Control
- License: Freeware

TPC - Total Power Control - puts at your mouse and fingertips a well-designed tool to help you get your work done quickly and easily. TPC provides everything you need to fully control the power functions of your computer. No more crawling around and clicking through layered menus! With only two clicks you can: Change to any power plan (including custom user plans), shutdown, restart, sleep, hibernate, turn your screen off, lock your workstation, switch users or log off, run screen saver and more.
- Platform: Windows
- Publisher: Acritum
- Date: 25-04-2011
- Size: 2222 KB
- NirCmd
- License: Freeware

NirCmd is a small command-line utility that allows you to do some useful tasks without displaying any user interface. By running NirCmd with simple command-line option, you can write and delete values and keys in the Registry, write values into INI file, dial to your internet account or connect to a VPN network, restart windows or shut down the computer, create shortcut to a file, change the created/modified date of a file, change your display settings, turn off your monitor, open the door of your CD-ROM drive, and more.
- Platform: WinOther
- Publisher: NirSoft Freeware
- Date: 01-10-2012
- Size: 103 KB
- Windows Command-Line File Search
- License: Freeware

This Windows command-line file search utility provides the needed command-line search functionality in a case-insensitive manner for any file on a drive or within a specific directory. Executes faster than GUI! (Wildcards and Regex support coming soon!)
Windows Command-Line File Search License - GNU General Public License (GPL).
- Platform: WinOther
- Publisher: Clfsearch
- Date:
- Windows PowerShell 1.0 English-Language Installation Package for Windows Server 2003 x64 Edition
- License: Freeware

Microsoft WindowsdlT* PowerShell is a new command-line shell and scripting language designed for system administration and automation. Built on the .NET Framework, Windows PowerShell enables IT professionals and developers control and automate the administration of Windows and applications.
Windows PowerShell includes:
* More than 130 command-line tools (called "cmdlets") for performing common system administration tasks, such as managing services, processes, event logs, certificates, the registry, and using Windows Management Instrumentation (WMI).
- Platform: Windows
- Publisher: Microsoft Corporation.
- Date:
- Size: 2242 KB
- V-Mailer
- License: Freeware

V-Mailer is 32-bit command-line and batch mailer and supports SMTP authentication. It is a console application, which means that it can only be run from the DOS prompt or from inside a batch file. It will send a message to any single email address..
- Platform: Windows
- Publisher: Virdi Software
- Date: 02-08-2005
- Size: 200 KB
- RightTime
- License: Freeware

With RightTime you can make all files in a directory tree on hour older or younger. This is useful if a time difference has evolved on a drive, for example due to a DST change. File times may be important for file or e-mail synchronizations, because the sync of files often relies on a correct file time..
- Platform: Windows
- Publisher: ITSTH
- Date: 27-04-2006
- Size: 101 KB
- Command Prompt Portable
- License: Freeware

Command Prompt Portable is a simple utility that allows you to have a custom command line setup on any Windows computer you come across. It has built in support for the command line interpreters on both Windows 95/98/Me and Windows 2000/XP/Vista as well as the ability to customize using simple DOS commands by editing the .bat file within CommandPromptPortableDatabatch after you've run it once. You can customize the prompt, colors, window title, columns and more. A basic batch file is included with some simple settings.
- Platform: WinOther
- Publisher: Portableapps
- Date: 15-05-2012
- Size: 410 KB
- Monkey Tools
- License: Freeware

Monkey Tools is a set of shell/console/command line utilities, as well as some GUI based applications that can be controlled from command line. The utilities include: - iutil.exe is a tool that prevents more than one instance of any application you choose. - appwarn.exe is a simple message box that displays a custom error message for your users. - nocmd.exe is a tool that allow you to run a dos script without the contents of a command window (hidden). - messagebox.exe is a console tool that allows you to bring up a number of different types of message box onto a Windows desktop.
- Platform: WinOther
- Publisher: Mad-Monkey
- Date: 06-11-2012
- Size: 1720 KB
- CommandLine
- License: Freeware

CommandLine parses the command line for a description of a set of files and converts it into a list of individual files to process. CommandLine does nothing by itself. It is library code you can incorporate into your own Java programs like this: CommandLine wantedFiles = new CommandLine( args, new AllDirectoriesFilter() /* which directories to include */, new ExtensionListFilter( "java" ) /* which file extensions to include */); // iterate through all the files in the collection. for ( File file : wantedFiles ) { System.
- Platform: WinOther
- Publisher: Canadian Mind Products
- Date: 20-10-2012
- Size: 1106 KB
- Advanced Command-line CD ripper/encoder
- License: Freeware

Automatic command line CD ripper and ogg encoder along with freedb.org client. It tries to connect to freedb.org server to get CD info. If no info is found a text file may be provided instead. Also supports FLAC and MP3 (ID3 tag)..
- Platform: Linux
- Publisher: acripper.sourceforge.net
- Date: 19-08-2012
- Size: 12 KB
- CLQ - Command Line Quaternions
- License: Freeware

Quaternions are numbers with 4 parts: one for time, three for space.This project creates command line functions that generate thousands of points of quaternions, for the animation software. Think: analytical animation! See VisualPhysics.org examples..
- Platform: Linux, Unix
- Publisher: quaternions.sourceforge.net
- Date: 12-09-2012
- Size: 8822 KB
- Command Line Parser GetPot
- License: Freeware

Powerful command line and configuration file parsing for C++, Python, Ruby and Java (others to come). This tool provides many features, such as separate treatment for options, variables, and flags, unrecognized object detection, prefixes and much more..
- Platform: Linux, Mac, Windows
- Publisher: getpot.sourceforge.net
- Date: 18-11-2012
- Size: 57 KB
- Event Driven Command Line Handler
- License: Freeware

For Java, parses GNU standards compliant command line arguments and calls event handler methods/fields automatically, based on given arguments (cmd line & from file). Use annotations to define your options, and descriptions for the auto generated help..
- Platform: Linux, Mac, Windows
- Publisher: eventdrivencl.sourceforge.net
- Date: 18-11-2012
- Size: 27 KB
- Command Line Office
- License: Freeware

Command Line Office (Console Office)a collection of tools (shell scripts) providing a range of every-day's tasks to be conveniently performed on the command line, likeemail, file, document, dictionary lookup (many with colored highlighting features)
Command Line Office License - GNU General Public License (GPL).
- Platform: WinOther
- Publisher: Coffice
- Date:
- Command Line Audio Tools
- License: Freeware

These are simple command line audio tools to examine, change the gain, and convert wave and raw audio files.
Command Line Audio Tools License - GNU General Public License (GPL).
- Platform: WinOther
- Publisher: Claudio
- Date:
Change File Time Command Line: Freeware | All








