• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with command prompt

grcf450

Member
Hi,

i was wondering if u guys could help me out. I created a text file in Word and I changed the file extension to .ppt and my homework assignment is to open that .ppt file using Microsoft Word, but I have to do it in the command prompt and I have no idea how to do that. Can anyone help me out or give me some hints?

Thanks!
 
You want us to do your homework for you? Shame! 😉

Replace "Office" in the first path with the actual folder name containing your version of MS Office (could be office, Office10, Office11, etc), and replace the second path and file name with the actual location of your file. The quotation marks are required due to the spaces in the first path line unless you use the 8 character "short" DOS names for the folders and files.

Code:
"C:\Program Files\Microsoft Office\[i]Office[/i]\winword.exe" "C:\Documents\myfile.ppt"
 
Thank you!! It worked, but the text I had didnt appear in word. I spent almost an hour last night, at one point i didnt think it would be possible to open a .ppt in word using the command prompt. thanks!!!
 
Back
Top