1 / 3

Command line and batch files – Repetition Molecular Phylogenetics – exercise

Command line and batch files – Repetition Molecular Phylogenetics – exercise. 1.1 Command line repetition – Question 1. Which of the following expressions is / are correct ? Assumption : TreeGraph.exe and Some:Tree.xtg are both contained in My folder.

tania
Télécharger la présentation

Command line and batch files – Repetition Molecular Phylogenetics – exercise

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Command lineandbatchfiles – RepetitionMolecularPhylogenetics – exercise

  2. 1.1 Command linerepetition – Question 1 • Whichofthefollowingexpressionsis/arecorrect? • Assumption: TreeGraph.exeandSome:Tree.xtgarebothcontained in Myfolder. • C:\My Folder\TreeGraph.exe Some_Tree.xtg • "C:\My Folder\TreeGraph.exe" Some_Tree.xtg • "C:\My Folder\TreeGraph.exe" "Some_Tree.xtg" • "C:\My Folder\..\My Folder\TreeGraph.exe" Some_Tree.xtg

  3. 1.2 Command linerepetition – Question2 • WhichoftheTreefiles will beopenedwiththefollowingexpressions? • Folder structure:C:rootTreeGraph TreeGraph.exeTrees Subfolder Tree1.xtg Tree1.xtgSubfolder.xtg • C:\root>TreeGraph\TreeGraph.exe Trees\Tree1.xtg • C:\root>TreeGraph\TreeGraph.exe Trees\Subfolder.xtg • C:\root\Trees\Subfolder>C:\root\TreeGraph\TreeGraph.exe ..\Tree1.xtg • C:\root\Trees>C:\root\TreeGraph\TreeGraph.exe Subfolder\..\Tree1.xtg • C:\root\Trees\Subfolder>C:\root\TreeGraph\TreeGraph.exe ..\Subfolder\Tree1.xtg

More Related