
Search found 2 matches
- 17 Dec 2013 02:29
- Forum: DOS Batch Forum
- Topic: Variable Help
- Replies: 2
- Views: 1573
Re: Variable Help
Tahnks. It works like a charm 

- 17 Dec 2013 01:56
- Forum: DOS Batch Forum
- Topic: Variable Help
- Replies: 2
- Views: 1573
Variable Help
Hello, i need a Script that to grab %computername% and "save" the 5 first sign. Put the save variable and add a name like s01. I know the option ~,5 if /i %computername:~0,6%==PCNAME goto PCNAME1 CNAME1 set "%computername%=%Quelle:~,3%" i dont know how to script it. Have anyone a...