Batch Files

Batch Files

Sections: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Index | Next >

START Example

Learning objective: (3) Demonstrate the use of the START command in a batch file


Click on image to enlarge.

The command will start Firefox with the safety switch and open the Goggle web site and play music as it starts up.

START music

This line defaults to the system's media player for ".wav" files. Since the /WAIT is not used, as soon as the process starts, the next line in the batch file is executed.

START firefox -switch URL

Note the use of the "-safe-mode" switch and the Google address. The "-safe-mode" launches the application with extensions disabled and the default theme. This can be very helpful when trying to troubleshoot issues with the program.

Resources:
To maximize your learning, please visit these Web sites and review their content to help reinforce the concepts presented in this section.

Quick links:
Firefox Command line arguments @ mozillazine.org

Embedded Resources

Notes on navigation: Click inside the frame to navigate the embedded Web page. - Click outside the frame to navigate this page to scroll up/down between the embedded Web pages. - Click on the frame title to open that page in a new tab in most browsers. - Click on the the "Reload page" link to reload the original page for that frame.

Firefox Command line arguments @ mozillazine.org | Reload page | If frame is empty, click on the link to view the page in a new tab or window

Sections: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Index | Next >