How to include files in BATCH compileing.

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
MLGsuperGame414
Posts: 54
Joined: 10 Nov 2011 20:40

How to include files in BATCH compileing.

#1 Post by MLGsuperGame414 » 10 Nov 2011 21:33

I have external VBScripts that my BATCH file refers to, I can include them when I compile but when I try to use the command that requires access of these VBScripts my batch file just closes. I believe it has something to do with a heading like %myfiles% not sure if I am correct or wrong. Can someone please help me?

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: How to include files in BATCH compileing.

#2 Post by Ed Dyreen » 11 Nov 2011 04:08

'
Compiling of scripts is not done, scripts are scripts because they are not compiled.

You have a program that creates executables from batch scripts ( not same as compiling ) ,
then which program are u using ?
I may not be of much help as including files never worked well for me.

MLGsuperGame414
Posts: 54
Joined: 10 Nov 2011 20:40

Re: How to include files in BATCH compileing.

#3 Post by MLGsuperGame414 » 11 Nov 2011 07:40

Okay thank you, and yeah I was using a program that creates executable. It was advanced bat to exe converter v2.8 or something like that. Thank you though.

Post Reply