Skip to content

Commit

Permalink
Update text.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitOstwal authored Oct 8, 2020
1 parent 82debdc commit 0ed6212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[parameter(position=1)]
$RDSL
)

# path is the path of folder containing Resumes
$files = Get-Childitem $path -Include *.docx,*.doc,*.pdf -Recurse | Where-Object { !($_.psiscontainer) }
$output = "c:\Users\akshi\Desktop\wordfiletry.txt"
$application = New-Object -comobject word.application
Expand Down Expand Up @@ -72,4 +72,4 @@

$application.quit()

# powershell -ExecutionPolicy Bypass -File text.ps1 "C:\Users\akshi\Desktop\Sample Resume ( Input)" "java"
# powershell -ExecutionPolicy Bypass -File text.ps1 "C:\Users\akshi\Desktop\Sample Resume ( Input)" "java"

0 comments on commit 0ed6212

Please sign in to comment.