forked from microsoft/typechat.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.txt
29 lines (24 loc) · 1.25 KB
/
input.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
# GPT 3.5 Turbo
What is my user name?
What is my OS?
Which processor am I running on? How many cores?
Print my machine name. Then print the architecture
What is my user name? What is this machine's OS? What is the CPU architecture?
Is "VS Code" on my path?
What is in my pictures folder?
List all my documents
# GPT-4 class for best results
What is my user name? What is this machine's OS and CPU architecture?
Print my machine name and architecture
List everything installed on the program x86 folder
List everything installed on the program x86 folder with Windows in it. But don't recurse.
What Microsoft components are installed in my program x86 folder? Give me a flat list, not recursive.
What Visual Studio components are installed in my program folder? Give me a flat list, not recursive.
What Visual Studio components are installed in my program x86 folder? Give me a flat list, not recursive.
find me all directories in my program folder that contain the word Edge
# Run these two together.
Write the files in my documents folder into files.txt
Find Visual Studio in files.txt
# List all files, pipe to find...
List all files in my documents folder | find Sql
Turn the following fruits into a CSV line: banana apple orange pear, save to fruits.txt, then read the file