Bug_zs Posted December 28, 2005 Report Share Posted December 28, 2005 Hi Guys,I run Windows 98SE, but a good bud of mine is about toget into computing with a laptop with XP Home on it andI want to create some DOS batch files so he can load hisZoneAlarm, Internet Explorer, etc with one click of one Icon.I've heard that XP gets REAL hinky with batch files. My usual"One Clickers" are like below:start "C:\Program Files\ZoneAlarm\zlclient.exe"start "C:\Program Files\Cookie Pal\CPal.exe"start "C:\Program Files\Internet Explorer\Iexplore.exe"Is there a proggy out there that can make a batch file thathis XP will execute with no problems, like my 98SE does with DOS?Thanks in advance for your help.Bugs Quote Link to comment Share on other sites More sharing options...
scuzzman Posted December 28, 2005 Report Share Posted December 28, 2005 That should work just fine. Is he having problems with it? Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted December 28, 2005 Report Share Posted December 28, 2005 It's also real easy to test both simple and complex batch files under the command prompt; you can immediately see if there are any errors, and correct the batch scripts. Quote Link to comment Share on other sites More sharing options...
Bug_zs Posted January 14, 2006 Author Report Share Posted January 14, 2006 January 13, 2006OK Guys, here's the skinny:I ended up at http://jeffwalso.tripod.com/batch.htmand under "Launch Multiple Programs" found this alongwith a picture:"This batch file lets you launch several programs at once.In Windows 98 or Me, each line of the batch file shouldcontain the command to launch a particular program or file,as in c:\quickenw\qw.exe or "c:\my documents\finances.xls"In Windows XP or 2000 (shown here), your batch file mustpoint to file shortcuts rather than to the files themselves.It's best to collect the shortcuts you need in one folder."Soooooo, the bottom line is that the batch file HAS totrigger the shortcuts and not the actual program's exe's.Goofy, but then again, we ARE talking Windows here!Ben Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted January 14, 2006 Report Share Posted January 14, 2006 I never heard that Win 2K or XP batch files must execute via shortcuts. I have no problems executing direct exe files from any of my batch files under XP. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.