Providing "Start in" of shortcut in batch file

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
AkashKumarTheodore
Posts: 1
Joined: 22 Jul 2011 00:03

Providing "Start in" of shortcut in batch file

#1 Post by AkashKumarTheodore » 22 Jul 2011 00:21

hi guys,

I have a shortcut in which the "Target" is : F:\orant\BIN\ifrun60.EXE F:\oracle_user\APP_user_entry_vij.fmx
and in the same shortcut i have a "Start in" as : \\150.10.36.103\rcfapps\fact\exe

I want to make a DOS batch file for the same, which will be then converted into an .exe file and distributed to the users.
I also want to supply username and password (hardcoded way) for the "start in" application server i.e \\150.10.36.103

Please help me out. i do not know where to define the "start in" and where to provide the username and passwords

Thanks

Post Reply