Can i do this with Batch ?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
xavierpointcom
Posts: 2
Joined: 19 May 2011 04:02

Can i do this with Batch ?

#1 Post by xavierpointcom » 19 May 2011 04:14

Hi everyone,

I'm working on a project that would need to open files and display them using default software on windows

exemple : i click an executable, it opens a ie window containing a picture, opens a wav sound, open file in paint, open the calculator and makes a calculation...

Is it possible to make this with a script that would be shelled into an executable, and placed in a folder.

it has to contain the files needed and still work when downloaded and opened on another computer


Do you this this can be done ?

Thanks a lot

Xavier

xavierpointcom
Posts: 2
Joined: 19 May 2011 04:02

Re: Can i do this with Batch ?

#2 Post by xavierpointcom » 19 May 2011 04:54

i know this sounds stupid but please tell me !!

cmdgod
Posts: 5
Joined: 20 May 2011 10:38

Re: Can i do this with Batch ?

#3 Post by cmdgod » 20 May 2011 11:07

Freakin hard but still works...
try using the call <file/Wav/txt...> code instead

Post Reply