View Single Post
  #5  
Old 10-28-2004, 12:14 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: I Cant get Shortcut working

Quote:
Originally Posted by Derision
Quote:
Originally Posted by not2shabby
when i hit ok it says that paths not correct
Post your shortcut here, e.g, this is mine

Code:
C:\eqoct\eqgame.exe patchme
If you have a space in the path to eqgame.exe, you need to enclose it in quotation marks, e.g.

Code:
"C:\eq oct\eqgame.exe" patchme
Or you can use the DOS name.

Example: C:\Program Files\ == C:\Progra~1\
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote