Skip to content

Commit

Permalink
Added: Screenshot image
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuwynu23 committed Jul 4, 2022
1 parent 7088973 commit 048e0dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Binary file modified bin/auto.exe
Binary file not shown.
Binary file added docs/images/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions src/lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@






// user functions
void __termExecute(std::string command)
{
Expand All @@ -36,7 +33,7 @@ void __readStringLine(std::string fileName){
if (newfile.is_open()){
string tp;
while(getline(newfile, tp)){
__termExecute("start cmd /K "+tp);
__termExecute("echo "+tp+"&& start cmd /K "+tp);
}
newfile.close();
}
Expand Down

0 comments on commit 048e0dd

Please sign in to comment.