I want to make a few simple DOS commands, such as
regsvr32 c\:windwons\system\xx.ocx
into an EXE or COM executable file, so that users don't need to type these statements, just click the EXE or COM file and it will execute automatically. I hope all you brothers can help me! Urgent
Also, put an xx.ocx file in the same directory as the above EXE or COM, and use the copy command to copy it to c:\windows\system. How to write the statement??? It's better to use a relative path. Please help everyone, thank you
regsvr32 c\:windwons\system\xx.ocx
into an EXE or COM executable file, so that users don't need to type these statements, just click the EXE or COM file and it will execute automatically. I hope all you brothers can help me! Urgent
Also, put an xx.ocx file in the same directory as the above EXE or COM, and use the copy command to copy it to c:\windows\system. How to write the statement??? It's better to use a relative path. Please help everyone, thank you


