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.
|