exe shortcut

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everybody,
I want to know when an exe shortcut is clicked and the application is
invoked from another machine(machine2), (exe is in machine1 and shortcut is
made in machine2) if a reference to "C:\" path is given in that exe where it
will actually point
1. To the C:\ path of local machine2.
2.To the C:\ path of the machine1 where the exe resides.
with regards
Jayesh
 
1. To the C:\ path of local machine2.
2.To the C:\ path of the machine1 where the exe resides.

#1, the machine the application runs on. But you should generally not
hardcode file system paths in your code.


Mattias
 
Hello Mattias,
thank you for your prompt reply, I will take care in future not
to hardcode file system paths

with regards
Jayesh.
 
Back
Top