Search found 4 matches

by junqi89
27 May 2020 09:41
Forum: DOS Batch Forum
Topic: help on copy root folder to external drive with root folder auto created?
Replies: 0
Views: 14946

help on copy root folder to external drive with root folder auto created?

hi all, how can i using script to auto copy the root folder to external drive with root folder auto created so that i dont need to name the folder name out when i copy to external drive. for example robocopy c:\testing d:\ (for this portion i want the testing folder to be auto create in the d: drive...
by junqi89
13 Mar 2020 12:34
Forum: DOS Batch Forum
Topic: batch file help to call current login profile ssid and reg add value in
Replies: 1
Views: 5334

batch file help to call current login profile ssid and reg add value in

hi i need help on this i am trying to call an user ssid and then add a registry value into the ssid registry... The problem i facing if i run the batch file as administrator from other user profile it will call the administrator ssid instead of the userprofile ssid.. how can i overcome this problem ...
by junqi89
29 Sep 2014 10:21
Forum: DOS Batch Forum
Topic: need assistance on adding text into Notes.ini
Replies: 8
Views: 5632

Re: need assistance on adding text into Notes.ini

foxidrive wrote:

Code: Select all

>>"c:\programs files\ibm\notes\notes.ini" echo AttachmentUseCaption=0


In Vista and later you might have to elevate the cmd prompt to write in c:\programs files\


how about by adding it into the top line as required by my company.
by junqi89
29 Sep 2014 08:20
Forum: DOS Batch Forum
Topic: need assistance on adding text into Notes.ini
Replies: 8
Views: 5632

need assistance on adding text into Notes.ini

Dear all, i need assist on how to use command line to add this text into c:\programs files\ibm\notes\notes.ini. The text will be AttachmentUseCaption=0. can anyone advise on this ?

kindly appreciate if anyone can assist on this portion