Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not able to understand or execute DOS Command
Message
From
14/12/2013 13:26:11
 
 
To
14/12/2013 13:10:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01590243
Message ID:
01590245
Views:
53
Here is the Documentation detail.

http://www.verydoc.com/pdf-to-vector.html

But I could not comprehend that. Can you please guide taking my example I gave before.





>Move the CMD-Path to your E:\Sample
>
>E:\Sample>
>E:\Sample>for /R %F in (*.pdf) do "C:\PDF2VEC\PDF2Vec.exe" neededListOfParametersAccordingToYourDocumentation
>
>/R tells the commad to recurse directories
>%F is a variable/placeholder for each filename with extension "pdf"
>%~ are some options I would also have to look up, try help for
>
>HTH
>
>thomas
>
>
>>I have a Directory Named as SAMPLE in E:\SAMPLE. Inside Sample Folder I have many subfolders say A, B,C etc. Inside those subfolders I have thousnads of PDF files whic I need to convert to PS using an application. PDF2Vec.exe.
>>
>>PDF2Vec.exe is Located in C:\PDF2VEC\PDF2Vec.exe
>>My PDF Files are Inside E:\SAMPLE
>>
>>The Google and support service suggest the following Commands to convert all PDF at once in PS.
>>
>>for /r E:Sample %F in (*.pdf) do "C:VeryPDFps2pdf.exe" -pdf2ps "%F" "%~dpnF.ps"
>>
>>If you wish convert all PDF files to PS files by pdf2vec.exe application, please run following command line,
>>
>>for /r E:Sample %F in (*.pdf) do "C:VeryPDFpdf2vec.exe" "%F" "%~dpnF.pdf"<Pre>
>>
>>
>>
>>I tried many combinations of the same on C prompt but could not succeed. Can anyone please tell me what SPECIFIC COMMAND I Have to write on C: at Dos Prompt OR How do I use it from inside VFP
>>
>>Regards
Harsh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform