by TBone » Aug 2, 2001 @ 9:45am
First: run a search next time. This problem has been handled before in the forums, and a search would have answered your question.<br><br>Second: in answer to your question, shortcuts in WinCE are just like shortcuts on any other Win32 title. They're text files. Assuming you're on an iPAQ, you can use them to lauch PocketQuake with a game by editing them with Notepad.<br><br>A shortcut is structured as follows:<br><br>41#"Program Files\Rabid Toaster\shortcut.exe"<br><br>The number at the start is the total number of characters (including the hard return at the end) that are in the command line to be executed. After that comes the # delimiter, and then your command line in quotes. Any command-line arguments (like -game reaper in a bot's case) are added _after_ the quote marks. So my shortcut to run Reaper bots, for instance, is as follows:<br><br>50#"\Storage Card\quake\PocketQuake.exe" -game reaper<br><br>Flavor to taste and you should have a working shortcut. Remember to make sure that the filename has the extension .lnk or the handheld won't recognize it.<br><br>As for the map, that should be added either as a +map command line argument to your shortcut, or as a console command in your autoexec.cfg.
3V1L L337 H3150