copy con insurance.bat
@echo off
copy yourfile.ppt c:\ /Y
c:
c:\Program Files\Microsoft Office\Office\Powerpnt.exe "C:\yourfile.ppt"
quit
(control-z -> enter; to save)
...?
You're banking on them having permission to write to the c:\ though. Also if you launch Powerpoint right from this file you're also assuming they did a default install path.
no subject
Date: 2008-04-09 09:58 pm (UTC)from command prompt go to your USB drive letter.
(control-z -> enter; to save)
...?
You're banking on them having permission to write to the c:\ though. Also if you launch Powerpoint right from this file you're also assuming they did a default install path.