30 likes | 146 Views
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.
E N D
Command lineandbatchfiles – RepetitionMolecularPhylogenetics – exercise
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
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