My problem is this - In Win 10 user account, I created a batch file which opens a bunch of files. When I logout and log back in, the batch file just disappears!
So I started looking at options. One good option is this: create a shortcut which can run multiple commands. (Run a Command Prompt command from Desktop Shortcut). This doesn't work as is as my command line is too long. Also all the commands are hidden in the shortcut.
What I ideally need is to still create a shortcut as above which calls a command prompt but the command prompt should execute commands from a text file.
So to sum it up, I need this setup to work:
- create a text file which will have multiple commands separated by &
- create a shortcut which calls a command prompt and this command prompt execute commands from the text file above
Thanks!