-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmd_demo_code.txt
80 lines (44 loc) · 2.21 KB
/
cmd_demo_code.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#### execute compile python file
# package used
psycopg2
re
argparse
itertools
collections
#### compile code
pyinstaller -F -c "E:\OneDrive - stevens.edu\Stevens BIA\CS562/Proj\EMF2PY\main.py"
#### Switch pwd and environment
cd /d E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY
#### 1
.\demo_exe\dist\main.exe -p "E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY/" -i /Input_files/input1.txt -o Output_files/out1.py
python ./Output_files/out1.py
#### 2
.\demo_exe\dist\main.exe -p "E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY/" -i /Input_files/input2.txt -o Output_files/out2.py
python ./Output_files/out2.py
#### 3
.\demo_exe\dist\main.exe -p "E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY/" -i /Input_files/input3.txt -o Output_files/out3.py
python ./Output_files/out3.py
#### 4
.\demo_exe\dist\main.exe -p "E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY/" -i /Input_files/input4.txt -o Output_files/out4.py
python ./Output_files/out4.py
#### 5
.\demo_exe\dist\main.exe -p "E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY/" -i /Input_files/input5.txt -o Output_files/out5.py
python ./Output_files/out5.py
#### 6
.\demo_exe\dist\main.exe -p "E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY/" -i /Input_files/input6.txt -o Output_files/out6.py
python ./Output_files/out6.py
#### 7
.\demo_exe\dist\main.exe -p "E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY/" -i /Input_files/input7.txt -o Output_files/out7.py
python ./Output_files/out7.py
#### 7_1
.\demo_exe\dist\main.exe -p "E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY/" -i /Input_files/input7_1.txt -o Output_files/out7_1.py
python ./Output_files/out7_1.py
#### 7_2
.\demo_exe\dist\main.exe -p "E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY/" -i /Input_files/input7_2.txt -o Output_files/out7_2.py
python ./Output_files/out7_2.py
#### 8
.\demo_exe\dist\main.exe -p "E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY/" -i /Input_files/input8.txt -o Output_files/out8.py
python ./Output_files/out8.py
#### 9
.\demo_exe\dist\main.exe -p "E:/OneDrive - stevens.edu/Stevens BIA/CS562/Proj/EMF2PY/" -i /Input_files/input9.txt -o Output_files/out9.py
python ./Output_files/out9.py