1.

Solve : Shortcut?

Answer» <html><body><p>Can we make shortcut with dos???Code: <a>[Select]</a><a href="https://interviewquestions.tuteehub.com/tag/start-239994" style="font-weight:bold;" target="_blank" title="Click to know more about START">START</a> "" "C:/path/to/file.exe"<br/>Like that?Like when you make shortcut with right click (...) but with dosDOS (Disk Operating <a href="https://interviewquestions.tuteehub.com/tag/system-238321" style="font-weight:bold;" target="_blank" title="Click to know more about SYSTEM">SYSTEM</a>) does not support shortcuts. They are Windows files (.lnk extension). On your XP machine you have a <a href="https://interviewquestions.tuteehub.com/tag/nt-572081" style="font-weight:bold;" target="_blank" title="Click to know more about NT">NT</a> command line.<br/><br/>There is a program called <strong>shortcut</strong> in the <a href="https://www.microsoft.com/downloads/en/details.aspx?FamilyID=3e972e9a-e08a-49a2-9d3a-c0519479e85a&amp;displaylang=en">NT Resource Kit</a> that can be run from the command line. It is a 6.9 MB download which may be overkill for a single program although there are other useful utilities included.<br/><br/>An alternative is VBScript which came with your XP system. If you decide to go with VBScript post back, we may be able to scrape up an example. <strong>Note:</strong> VBScripts can be run from the command line for console scripts or from the run <a href="https://interviewquestions.tuteehub.com/tag/box-401352" style="font-weight:bold;" target="_blank" title="Click to know more about BOX">BOX</a> for window scripts.<br/><br/> see here for vbscript example , and <a href="https://interviewquestions.tuteehub.com/tag/ignore-497518" style="font-weight:bold;" target="_blank" title="Click to know more about IGNORE">IGNORE</a> posts by BillRich</p></body></html>


Discussion

No Comment Found