Search found 3 matches

by amrs
Sat Dec 23, 2006 5:31 pm
Forum: Quick Batch File Compiler
Topic: Splash Screens
Replies: 1
Views: 8669

Does anyone happen to know the best way to display a splash screen a batch file? I was hoping there was a command I could use. If not, is there a (small) exe file out there (to be included in the compiled batch file) that would do the trick?

Thanks,
Amr
by amrs
Sun May 21, 2006 10:57 am
Forum: Quick Batch File Compiler
Topic: the directory your batch is being executed from
Replies: 4
Views: 10687

Thanks daslik, that works. Seems like I was trying to overcomplicate things hence the problem I was getting. My operating system is windows xp but I was wondering if you knew for sure whether that command would work on older versions of windows as well (e.g. windows 2000, etc)? Some of my users have...
by amrs
Sun May 21, 2006 1:16 am
Forum: Quick Batch File Compiler
Topic: the directory your batch is being executed from
Replies: 4
Views: 10687

Hello, Was wondering if anyone was aware of a way of finding out which directory your batch file (wrapped in exe) is being executed from? This is useful if you need to run an application that resides in the same directory as the exe file. Since the batch file is unwrapped to your temp directory befo...