Search found 50 matches
- 12 May 2010 04:31
- Forum: DOS Batch Forum
- Topic: add suffix on files with similar file types!
- Replies: 2
- Views: 5214
add suffix on files with similar file types!
hi dostips batch scriptwriter. what is the batch scripts that add suffix "_001" to all the files with the same file types ".doc" in a specified folder! for example; c:\documents\office\jan.doc c:\documents\office\feb.pdf c:\documents\office\mar.doc c:\documents\office\apr.doc add...
- 17 Apr 2010 04:20
- Forum: DOS Batch Forum
- Topic: Get & Set full path from a folder shortcut!
- Replies: 0
- Views: 4846
Get & Set full path from a folder shortcut!
hi dostips batch scripters, is there a way to get the original full path from a 'folder shortcut' & set it in the variable of a bat? for example, c:\desktop\ folder.lnk the true full path of the folder.lnk is at c:\backup\ folder so what is the script to read the true full path from the folder.l...
- 17 Apr 2010 03:33
- Forum: DOS Batch Forum
- Topic: List out but excluding same filenames from subfolders!!
- Replies: 1
- Views: 3863
List out but excluding same filenames from subfolders!!
hi batch scripters!! i need to list out the jan.doc in full path but doesn't want to include the subfolders with the same filename.. for example, c:\documents\report\ 2008 \jan.doc c:\documents\report\ 2009 \jan.doc c:\documents\report\jan.doc below is my scripts but doesn't output the desire result...
- 17 Apr 2010 03:04
- Forum: DOS Batch Forum
- Topic: search & create multiple FILES shortcuts from reference list
- Replies: 0
- Views: 4534
search & create multiple FILES shortcuts from reference list
hi.. urgently need the scripts to do the following task; need a batch script to create multiple "FILES shortcut" from a reference list. for example, ref.txt ---------------content----------------- jan 2009 february 2010 march report ---------------content end------------- the above files a...
- 15 Apr 2010 04:41
- Forum: DOS Batch Forum
- Topic: checking any changes of files in specify folder & subfolders
- Replies: 0
- Views: 4645
checking any changes of files in specify folder & subfolders
hi dostips batch scripters expert..! do anyone know what is the bat script to CHECK any changes on a specify folders plus its subfolders with the previous reference list in text document?? for example, DIR /S /B "c:\documents\report\jan2009"\*.doc>> jan2009listing.txt DATE /T>> jan2009list...
- 15 Apr 2010 04:19
- Forum: DOS Batch Forum
- Topic: use autocad command line switches or arguments in bat!!!
- Replies: 0
- Views: 4686
use autocad command line switches or arguments in bat!!!
hi everyone,
anybody knows how to use the command line switches/arguments for autocad 2008?
for example,
1. batch open multiples drawings in "one opened program window!"
2. batch print/plot these opened multiple drawings!
if possible, close the printed drawings after done..
thanks!
anybody knows how to use the command line switches/arguments for autocad 2008?
for example,
1. batch open multiples drawings in "one opened program window!"
2. batch print/plot these opened multiple drawings!
if possible, close the printed drawings after done..
thanks!
- 14 Apr 2010 10:35
- Forum: DOS Batch Forum
- Topic: Make a selected folder to be password LOCK & Rename folder!!
- Replies: 0
- Views: 4605
Make a selected folder to be password LOCK & Rename folder!!
Hi dostip batch experts.. any idea of how to write the advance scripts on how to make a selected folder to be password lock plus rename that folder as shown below; for example, c:\documents\reports change to, c:\documents\reports(locked) not only the folder rename/add in the (locked) BUT also passwo...
- 14 Apr 2010 09:39
- Forum: DOS Batch Forum
- Topic: Create multiple 'FILES shortcut' on same prefix name!!
- Replies: 1
- Views: 3769
Create multiple 'FILES shortcut' on same prefix name!!
HI dostips batch scripters experts.. do anyone know how to create multiple "FILES shortcut" on the same prefix file names!! for example; c:\documents\report\Pic A1.pdf c:\documents\report\Pic A23.pdf c:\documents\report\Pic A345.pdf i have the common name as 'Pic A' but how do i create the...
- 14 Apr 2010 08:54
- Forum: DOS Batch Forum
- Topic: List files in full path BUT excluding files in subfolders!!!
- Replies: 1
- Views: 3980
List files in full path BUT excluding files in subfolders!!!
hi every dostips batch expert.. need some simple help here on how to list out files in full path to excel BUT excluding files in subfolders ! for example, c:\document\reports\ file01 .doc c:\document\reports\ file02 .doc c:\document\reports\submitted\file03.doc c:\document\reports\submitted\file04.d...
- 10 Apr 2010 23:58
- Forum: DOS Batch Forum
- Topic: add in sheet in exist excel file
- Replies: 1
- Views: 3557
add in sheet in exist excel file
hi everyone. need help in what is the bat scripts to add in texts into sheets of an existing excel file without overwriting it? for example, text.txt -----------------content------------------ jan09 report feb10 report ...etc -----------------content end-------------- INTO NEW SHEET OF EXISTING EXCE...
- 09 Apr 2010 18:19
- Forum: DOS Batch Forum
- Topic: how to use command line switches/arguments in autocad
- Replies: 0
- Views: 4270
how to use command line switches/arguments in autocad
Hi! dostips batch scripters experts.. do anyone encounter in how to use autoCAD command line switches/arguments? any tutorial pages can recommend? Need bat scripts to open a list of autoCAD drawings from ref.txt(references) and "batch plot/print all of them" & close one after the other...
- 09 Apr 2010 18:12
- Forum: DOS Batch Forum
- Topic: rename filenames 'Extensions' EVEN in SubFolders
- Replies: 2
- Views: 4786
rename filenames 'Extensions' EVEN in SubFolders
hi everyone! what is the bat scripts for Renaming filenames 'Extensions' EVEN in SubFolders.. in reference to its filenames... like for example, c:\old files\pictures\album01\filenames01.bMp c:\old files\pictures\album01\filenames02.BmP TO c:\old files\pictures\album01\filenames01.BMP c:\old files\p...
- 06 Apr 2010 16:41
- Forum: DOS Batch Forum
- Topic: Close an OPENED folder or programs!!
- Replies: 1
- Views: 4337
Close an OPENED folder or programs!!
hi everyone!
i learned how to open folders and programs, but how do you close them AFTER
some time(seconds) delay??
start /max "" "c:\document\folder"
delay 5 seconds then close this folder!!! <- how do we do that?
same with opened programs too!!
thanks !!
i learned how to open folders and programs, but how do you close them AFTER
some time(seconds) delay??
start /max "" "c:\document\folder"
delay 5 seconds then close this folder!!! <- how do we do that?
same with opened programs too!!
thanks !!
- 06 Apr 2010 02:52
- Forum: DOS Batch Forum
- Topic: Password for bat Access!!
- Replies: 8
- Views: 10568
Re: Password for bat Access!!
thanks for the bat2exe info..
is a very good & friendly applications!!
i love it but how to you use the decompiler feature?
i only know how to set for its icon & version description..
the ADD part in the second tab what is it use for?
thanks!
is a very good & friendly applications!!
i love it but how to you use the decompiler feature?
i only know how to set for its icon & version description..
the ADD part in the second tab what is it use for?
thanks!
- 06 Apr 2010 02:49
- Forum: DOS Batch Forum
- Topic: copy to desire folders as from text references
- Replies: 4
- Views: 6154
Re: copy to desire folders as from text references
hi !k thanks for your help but
the scripts is not working!!!
the scripts looks like coudn't search through the subfolders for the files &
list out nothing copied..
this scripts works on you right?
i wonder why it isn't working in my pc?!?!
any further suggestion? Thanks
the scripts is not working!!!
the scripts looks like coudn't search through the subfolders for the files &
list out nothing copied..
this scripts works on you right?
i wonder why it isn't working in my pc?!?!
any further suggestion? Thanks