I need to know can I use PowerShell to burn ISO file on windows XP without any other addition software like MagicISO or others? I mean .NET framework is on top of Windows XP.
So if it is possible, then I need to know which commands allows me to do such a job?
Especially I need a command, not a whole script.
Asked
Active
Viewed 745 times
-1

Tom Blodget
- 20,260
- 3
- 39
- 72

Khasaanai
- 1
- 5
1 Answers
1
It appears this link: Burning and Erasing CD/DVD/Blu-ray Media with C# and IMAPI2 has sample code. It also has a link to the Update required to use this API on XP. Overall, it appears that a SHIM is required and it's all done using a an interop library whose source is included at the referenced link.

Eris
- 7,378
- 1
- 30
- 45