Search found 3 matches

by vince
Wed Jul 18, 2007 3:43 pm
Forum: Quick Batch File Compiler
Topic: problem running exe from CD under Vista
Replies: 2
Views: 8737

2.1.5.0
by vince
Tue Jul 17, 2007 10:02 pm
Forum: Quick Batch File Compiler
Topic: problem running exe from CD under Vista
Replies: 2
Views: 8737

problem running exe from CD under Vista

I am trying to run a command like this from a CD under Vista. It works fine as a batch file under Vista and outputs the CD-ROM drive letter to a text file, as intended. It works fine as an exe and batch under 2000/XP. ECHO %~dp0 > C:\file.txt where file.txt will display D:\ However, after I convert ...
by vince
Tue Jun 12, 2007 1:10 am
Forum: SiteInFile Compiler
Topic: open new url in default browser, then exit my compiled exe
Replies: 2
Views: 16025

open new url in default browser, then exit my compiled exe

My compiled html file is setup as a 640x480 splash window with links. The links are to open the users default web browser. After clicking the link, what do I need to do to have the compiled exe close itself?