Hi guys,
I would like to run 1 or 2 DOS commands from in my ExcelVBA application.
I red somewhere that:
Shell "COMMAND.COM dos_command_as_a_string"
should do it.
It doesn't seem to work, can somebody help me on this matter? Thanks a lot,
Marco
PS: i want to convert a file from .jpg to .png using IFRANVIEW. My dos commands are gonna be:
- cd ifranview
- i_view32.exe c:\dummy.jpg /convert=c:dummy.png
thks!
I would like to run 1 or 2 DOS commands from in my ExcelVBA application.
I red somewhere that:
Shell "COMMAND.COM dos_command_as_a_string"
should do it.
It doesn't seem to work, can somebody help me on this matter? Thanks a lot,
Marco
PS: i want to convert a file from .jpg to .png using IFRANVIEW. My dos commands are gonna be:
- cd ifranview
- i_view32.exe c:\dummy.jpg /convert=c:dummy.png
thks!