diff --git a/text.ps1 b/text.ps1 index c13e967..09fd020 100644 --- a/text.ps1 +++ b/text.ps1 @@ -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 @@ -72,4 +72,4 @@ $application.quit() - # powershell -ExecutionPolicy Bypass -File text.ps1 "C:\Users\akshi\Desktop\Sample Resume ( Input)" "java" \ No newline at end of file + # powershell -ExecutionPolicy Bypass -File text.ps1 "C:\Users\akshi\Desktop\Sample Resume ( Input)" "java"