<< < 4 5 6 7 8 9 10 11 12 13 > >>   Sort: Date

Quotation without the Closing Mark
What will happen if a quotation is missing the closing mark in a batch parameter? I entered 3 quotation marks (double quotes) in the command line. If a quotation is missing the closing mark in a batch parameter, that parameter will be extended to the end of the line. Quotations have higher precedenc...
2021-07-02, 2166🔥, 1💬

Running Scripts Disabled in Windows PowerShell
Why am I getting the "running scripts is disabled on this system" error when I try to run a Windows PowerShell script? If your system is not configured to run Windows PowerShell script, you will get an error when you type in the script file name in Windows PowerShell command line. For example: PS C:...
2016-11-02, 2163🔥, 0💬

Adding Password to an Outlook 2010 Data File
How to add a password to an Outlook 2010 Data File to protect my emails? Adding a password to an Outlook Data File (.pst) can be done in 5 steps: 1. Right-mouse click the data file, for example: "Invoices". 2. Select the "Data File Properties..." in the context menu. The data file properties are dis...
2014-04-28, 2151🔥, 0💬

Use Handler Numbers with &lt;, &gt;, &gt;&gt;
How to use input and output stream handler numbers with &lt;, &gt;, and &gt;&gt; redirections? When &lt;, &gt;, and &gt;&gt; redirections are used without handler numbers, a default input or output stream is used as described below: &lt; Redirects handler 0 (STDIN...
2021-05-15, 2135🔥, 0💬

What Is Windows Batch File
What is Windows Batch File? A Windows batch file (also called batch program or batch script) is a text file that contains one or more Windows commands and has a .bat or .cmd file name extension. When you run a batch file, Windows will use CMD.EXE program to runs the commands sequentially as they app...
2017-12-04, 2124🔥, 0💬

Types of Commands on Windows PowerShell
What types of commands I can run in Windows PowerShell? Can I still run the old DOS command "DIR"? Windows PowerShell allows you to run the following types of commands: 1. Cmdlets (or CommandLets) - A cmdlet is a lightweight command that is used in the Windows PowerShell environment. The Windows Pow...
2016-11-08, 2123🔥, 0💬

Windows Command Examples
Where to find introduction information on Windows Command Examples? Here is a collection of tutorials compiled by FYIcenter.com team to provide introduction information on Windows Command Examples. Find File with Partial Name with DIR Find Folder Location with DIR   ⇒ Find File with Partial Name wit...
2019-03-26, 2114🔥, 1💬

Identifying Version Information on Outlook 2010
How to identify version information Outlook 2010? To see details of the version information of Outlook 2010, follow these steps: 1. Start Outlook. 2. Click "File" in the menu and select "Help". You will see something like: Microsoft Office Professional Plus 2010 This product contains Microsoft Acces...
2014-04-25, 2102🔥, 0💬

Screen saver or background slide show
Is there anyway I get the file location option that is used in windows XP screen saver or slide show back and install it in Win-Vista, Win-7 or Win-10??? I have over 39,000 pictures in my computer and when I see a good picture that screen saver or background slide show is playing and I don't recogni...
2015-09-29, 2095🔥, 0💬

Moving Emails from Inbox an Outlook 2010 Data File
How can I move emails from the Inbox to an Outlook Data File in Outlook 2010? My Inbox is full. Moving emails from the Inbox to an Outlook Data File (.pst) in Outlook 2010 can be done in 4 steps: 1. Run Outlook and open the Outlook Data File. 2. Create a new folder in the data file through the conte...
2014-04-27, 2093🔥, 0💬

Work with File System in Windows PowerShell
Where to find tutorials on how to work with file systems in Windows PowerShell? Here is a collection of tutorials compiled by FYIcenter.com team on working with file systems in Windows PowerShell. What Is File System in Windows PowerShell Get and Change Directory in Windows PowerShell Get Directory ...
2016-10-27, 2088🔥, 0💬

Reducing Outlook 2010 Data File Size with Compact Tool
How to reduce the size of Outlook 2010 Data File with the compact tool? I think my Outlook data file has empty spaces in it. You can reduce the file size of an Outlook Data File (.pst) with the compact tool if there are empty spaces in the data file. Empty spaces are resulted from deleted emails or ...
2014-04-28, 2080🔥, 0💬

Redirect STDIN Stream for Command to File
How to redirect STDIN stream from the keyboard to an existing file? I want the command to read data from a file. You can use the "&lt;" redirect operator to redirect the STDIN stream from the keyboard to an existing file as shown below: command options &lt; file-name For example, the "SORT" ...
2022-12-03, 2078🔥, 0💬

"Receive-Job" Cmdlet in Windows PowerShell
How to use "Receive-Job" cmdlet in Windows PowerShell? You can use the "Receive-Job" cmdlet to receive output result from an existing background job by using the "-id n" or "-name xxx" to specify the background job. The Receive-Job cmdlet gets the results that have been generated by the time that th...
2016-10-08, 2078🔥, 0💬

Working with Parameters and Variables
Where to find introduction information on Working with Parameters and Variables? Here is a collection of tutorials compiled by FYIcenter.com team to provide introduction information on Working with Parameters and Variables. What Are Batch Parameters Batch Parameter Modifiers Get Batch File Path Name...
2022-04-13, 2067🔥, 0💬

Using Batch Commands
Where to find introduction information on Using Commands Designed for Batch Files? Here is a collection of tutorials compiled by FYIcenter.com team to provide introduction information on Using Commands Designed for Batch Files. List Batch Commands "call" - Run Another Batch File "call command" vs. "...
2021-03-21, 2067🔥, 0💬

cmd.exe - Command Prompt Program
Where to find introduction information on the Command Prompt Program: cmd.exe? Here is a collection of tutorials compiled by FYIcenter.com team to provide introduction information on the Command Prompt Program: cmd.exe. What Is cmd.exe Program Start cmd.exe Command Prompt Run cmd.exe at the Command ...
2021-07-02, 2060🔥, 1💬

"shift" Command Help Reference
How to get "echo" command help reference? You can run the "shift /?" command to get "shift" command help reference as shown below: C:\fyicenter&gt;shift /? Changes the position of replaceable parameters in a batch file. SHIFT [/n] If Command Extensions are enabled the SHIFT command supports the ...
2017-12-09, 2058🔥, 0💬

What Is an Outlook Data File (.pst)
What is an Outlook Data File? Why does it have an extension of .pst? An Outlook Data File, also called Personal Folders File, is a data file that can be used to store email messages, contact entries, appointments, tasks, notes, and journal entries from Microsoft Exchange Client, Windows Messaging, a...
2014-04-25, 2049🔥, 0💬

"Test-Connection" Cmdlet in Windows PowerShell
How to use "Test-Connection" cmdlet in Windows PowerShell? "Test-Connection" cmdlet in Windows PowerShell is similar to the old "ping" command. The Test-Connection cmdlet sends Internet Control Message Protocol (ICMP) echo request packets ("pings") to one or more remote computers and returns the ech...
2016-10-17, 2033🔥, 0💬

%1 and %* - Receive Parameters in Batch File
How to receive parameters in batch file? If a batch file is invoked with parameters, you receive them in special variables: %0 - The file name of this batch file. %1, %2, %3, ... - The first, second, third, ..., parameters provided when this batch file was invoked. %* - All parameters in a single st...
2021-07-10, 2031🔥, 0💬

Managing Remote Computer with Windows PowerShell
Where to find tutorials on managing remote computers with Windows PowerShell? Here is a collection of tutorials compiled by FYIcenter.com team on managing remote computers with Windows PowerShell. Remote Computing Overview in Windows PowerShell "Test-Connection" Cmdlet in Windows PowerShell Windows ...
2016-10-17, 2008🔥, 0💬

Use the Console Pane in the Windows PowerShell ISE
How to Use the Console Pane in the Windows PowerShell ISE? The Console pane in the Windows PowerShell® Integrated Scripting Environment (ISE) operates exactly like the stand-alone Windows PowerShell ISE console window. To run a command in the Console Pane, type a command, and then press ENTER. To e...
2016-10-04, 1987🔥, 0💬

Creating an Outlook Data File (.pst) in Outlook 2010
How can I create a Personal Folders File (.pst) to store messages, contacts and other types of Outlook data items in Microsoft Office Outlook 2007? Creating a Personal Folders File (.pst) Outlook 2010 can be done in 3 steps: 1. Run Outlook and click "Home > New Items > More Items > Outlook Data File...
2014-04-25, 1983🔥, 0💬

<< < 4 5 6 7 8 9 10 11 12 13 > >>   Sort: Date