How to include files in BATCH compileing.
Moderator: DosItHelp
-
- Posts: 54
- Joined: 10 Nov 2011 20:40
How to include files in BATCH compileing.
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?
Re: How to include files in BATCH compileing.
'
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.
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.
-
- Posts: 54
- Joined: 10 Nov 2011 20:40
Re: How to include files in BATCH compileing.
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.