
- ALTERNOTE WINDOWS FULL
- ALTERNOTE WINDOWS WINDOWS
Verify that the shared folder works properly.The user account can be added explicitly or implicitly (as part of a user group) as described in the previous steps.
ALTERNOTE WINDOWS FULL
In the Properties dialog, click the Security tab.Įdit the security list on this tab to ensure the user account used during the setup of the alternate location has Full Control on permissions. Click the boxes in the Allow column to specify Full Control on the share folder. If the user account exists on the machine and is part of a local user group, you can add the entire local user group to add the user account implicitly. If the user account exists on the machine and is part of a local user group, you can add that specific user account to add it explicitly. You can add this account explicitly or you can specify a user group to which the account belongs (this information also applies if you add a domain account): Add Account Explicitly Click Add to add the user account you used when you set up your alternate location for disaster recovery information to the Share Permissions list. Note: We recommend that you specify the Maximum Allowed option. Set the User limit you require and click Permissions. Select the Share this folder option and enter the share name. Right-click the folder and select Properties from the pop-up menu. Note: The volume must be located on a fixed disk. You can create this folder anywhere on the system where shared folders are allowed. Create a folder and give it an appropriate name. You can create shared folders to replicate disaster recovery information in alternate locations. Installing the Disaster Recovery Option › Preinstallation Tasks › Set Up Alternate Machine Locations to Replicate Disaster Recovery Information › Create Shared Folders for Disaster Recovery Alternate Locations I was just trying to do it today, and I think I got it, this is what I think works well įirst, some doskey macros DOSKEY cd=cdtilde.Create Shared Folders for Disaster Recovery Alternate Locations (see above, I finally got it all working the way I wanted it to.) Will post again if I can improve my answer. I think there must be a way to solve that. > cd "c:\Program Files"įiles""]= was unexpected at this time. In case anyone else tried my approach, my original answer below didn't handle spaces, eg, the following failed. Which means just an initial quote also works, or completely without quotes also works.Īll other stuff below may be ignored now, it is left for historical reasons - so I dont make the same mistakes again
Oh, also it allows lazy quoting, which I found useful, even when spaces are in the folder path names, since it wraps all of the arguments as if it was one long string. This advantage becomes a disadvantage, however, when you.
ALTERNOTE WINDOWS WINDOWS
config folder under my home folder)Ĭd /Program Files (eg, "C:\Program Files")Ĭd C:/Program Files (eg, "C:\Program Files")Ĭd \Program Files (eg, "C:\Program Files")Ĭd C:\Program Files (eg, "C:\Program Files")Ĭd "C:\Program Files (eg, "C:\Program Files")Ĭd "C:\Program Files" (eg, "C:\Program Files") One of the advantages of Microsoft Windows PCs is that you can have many different programs and windows open at the same time. Tested fine with cd ~ (traditional habit)Ĭd ~/.config (eg, the. :: replace forward-slashes with back-slashes
:: if starts with ~, then replace ~ with userprofile path If defined dirname if NOT "%dirname:~3%"="" ( :: strip trailing slash, if longer than 3 If "%dirname%"="" set dirname=%orig_dirname:"=% :: restore dirnames that contained only "/" Create the cdtilde.bat file and put it somewhere in your PATH off You can specify that a user ID can use the authority of another user when accessing an IBM MQ object. Create these doskey macros, somewhere they get picked up every time cmd starts up. Alternate-user authority on AIX, Linux e Windows. In addition, this one now is also able to use ~ as a prefix for other home sub-folders too, and it swaps forward-slashes to back-slashes as well. This one finally works with spaces as well, where my previous answer would fail. Note that installing extensions to an alternate Python installation has no. Final summary, even though I've moved on to powershell for most windows console work anyway, but I decided to wrap this old cmd issue up, I had to get on a cmd console today, and the lack of this feature really struck me. For Windows, this command should be run from a command prompt window (Start.